Heater¶
Description
-
class
lakeshore336.Lakeshore336.Heater(heater_id: int, active: bool = False, resistance: int = 50, max_current: float = 1.0, control_input: chr = 'A')[source]¶ Simple container to hold heater information.
Attributes
Derivative (rate) control parameter.
Integral (reset) control parameter.
Proportional (gain) control parameter.
Heater is active
Input channel to be used for control (in PID mode only)
Latest heater power value.
The heater ID (1 or 2).
Manual control of the heater output
Maximum heater current.
Heater mode (see
HeaterOutputMode)Heater range (see
HeaterRange)25 or 50 Ohm.
Heater resistance code (1 for 25 Ohm, 2 for 50 Ohm)
Target set point
Methods
Initializes the
Heaterobject.