temperature_monitor_view
frog.gui.temperature_monitor_view
¤
Provides a widget to show the current temperatures.
Attributes¤
Classes¤
TemperatureMonitorControl(num_channels=NUM_TEMPERATURE_MONITOR_CHANNELS)
¤
Bases: DevicePanel
Widgets to view the current temperatures.
Creates the widgets to monitor the current temperatures.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
num_channels
|
int
|
Number of Pt 100 channels being monitored |
NUM_TEMPERATURE_MONITOR_CHANNELS
|
Source code in frog/gui/temperature_monitor_view.py
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
|