Channel¶
Description
-
class
lakeshore336.Lakeshore336.Channel(channel_id: chr, log_flag: bool = False, label: str = None, curve_id: int = None, temp_limit: float = 0.0)[source]¶ Simple container to hold channel information.
Attributes
The channel ID (A to D).
Sensor curve ID
Latest resistance readout value.
Latest temperature readout value.
Label of the gauge, to be used when logging to a database.
Data from the gauge should be recorded.
Maximum sensor temperature, when it is exceeded all control outputs are shut down
Methods
Initializes the
Channelobject.