Bases: TacoDevice, Readable
TACO temperature sensor device.
Parameters inherited from the base classes: description, fmtstr, loglevel, lowlevel, maxage, pollinterval, tacodelay, tacodevice, tacotimeout, tacotries, unit
Bases: TacoDevice, HasLimits, HasOffset, Moveable
TACO temperature controller device.
Parameters
Control channel, possible values depend on the type of device. Default value: ''.
The D control parameter. Default value: 0.0.
The I control parameter. Default value: 0.0.
Sleep time when waiting. Default value: 1. Unit: s.
Control mode (manual, zone or openloop). Default value: 'manual'.
The P control parameter. Default value: 0.0.
Temperature ramp in K/min. Default value: 0.0. Unit: K/min.
Current temperature setpoint. Default value: 0.0. Unit: same as device value.
Maximum time to wait for stable temperature. Default value: 0.0. Unit: s.
What to do when a timeout occurs. Default value: 'continue'.
The window’s temperature tolerance. Default value: 0.0. Unit: K.
Time window for checking stable temperature. Default value: 0.0. Unit: s.
Parameters inherited from the base classes: abslimits, description, fixed, fmtstr, loglevel, lowlevel, maxage, offset, pollinterval, tacodelay, tacodevice, tacotimeout, tacotries, target, unit, userlimits