|
Qudi
|
A very simple interface to control a single value. More...


Public Member Functions | |
| def | setControlValue (self, value) |
| Set the value of the controlled process variable. | |
| def | getControlValue (self) |
| Get the value of the controlled process variable. | |
| def | getControlUnit (self) |
| Return the unit that the value is set in as a tuple of ('abreviation', 'full unit name') | |
| def | getControlLimits (self) |
| Return limits within which the controlled value can be set as a tuple of (low limit, high limit) | |
Public Member Functions inherited from core.module.ModuleMeta | |
| def | __new__ (cls, name, bases, attrs) |
| Collect declared Connectors, ConfigOptions and StatusVars into dictionaries. More... | |
A very simple interface to control a single value.
Used for PID control.
1.8.13