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:
- input_A¶
- Channel:
- input_B¶
- Channel:
- input_C1¶
- Channel:
- input_C2¶
- Channel:
- input_C3¶
- Channel:
- input_C4¶
- Channel:
- input_C5¶
- Channel:
- input_D1¶
- Channel:
- input_D2¶
- Channel:
- input_D3¶
- Channel:
- input_D4¶
- Channel:
- input_D5¶
- Channel: