Channel¶
Description
-
class
lakeshore336.Lakeshore336.Channel(channel_id: chr, logging: bool = False, label: str = None, temp_limit: float = 0.0)[source]¶ Simple container to hold channel information.
Attributes
The channel ID (A to D).
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.