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

Channel.channel_id

The channel ID (A to D).

Channel.curve_id

Sensor curve ID

Channel.data_res

Latest resistance readout value.

Channel.data_temp

Latest temperature readout value.

Channel.label

Label of the gauge, to be used when logging to a database.

Channel.logging

Data from the gauge should be recorded.

Channel.temp_limit

Maximum sensor temperature, when it is exceeded all control outputs are shut down

Methods

Channel.__init__

Initializes the Channel object.