temperature_controller_view
frog.gui.temperature_controller_view
¤
Provides a widget for interacting with temperature controllers.
Attributes¤
Classes¤
TemperatureControllerControl(name, temperature_idx, allow_update)
¤
Bases: DevicePanel
A widget to interact with temperature controllers.
Create a new TemperatureControllerControl.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
str
|
Name of the blackbody the temperature controller is controlling |
required |
temperature_idx
|
int
|
Index of the blackbody on the temperature monitor |
required |
allow_update
|
bool
|
Whether to allow modifying the temperature |
required |
Source code in frog/gui/temperature_controller_view.py
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
|