Lake Shore 224 Temperature Monitor

class pymeasure.instruments.lakeshore.LakeShore224(adapter, name='Lakeshore Model 224 Temperature Controller', **kwargs)

Bases: SCPIUnknownMixin, Instrument

Represents the Lakeshore 224 Temperature monitor and provides a high-level interface for interacting with the instrument. Note that the 224 provides 12 temperature input channels (A, B, C1-5, D1-5). This driver makes use of the LakeShore Channel Classes

monitor = LakeShore224('GPIB::1')

print(monitor.input_A.kelvin)           # Print the temperature in kelvin on sensor A
monitor.input_A.wait_for_temperature()  # Wait for the temperature on sensor A to stabilize.
input_0
Channel

LakeShoreTemperatureChannel

input_A
Channel

LakeShoreTemperatureChannel

input_B
Channel

LakeShoreTemperatureChannel

input_C1
Channel

LakeShoreTemperatureChannel

input_C2
Channel

LakeShoreTemperatureChannel

input_C3
Channel

LakeShoreTemperatureChannel

input_C4
Channel

LakeShoreTemperatureChannel

input_C5
Channel

LakeShoreTemperatureChannel

input_D1
Channel

LakeShoreTemperatureChannel

input_D2
Channel

LakeShoreTemperatureChannel

input_D3
Channel

LakeShoreTemperatureChannel

input_D4
Channel

LakeShoreTemperatureChannel

input_D5
Channel

LakeShoreTemperatureChannel