neclib.devices.thermometer.model_218#
Aliases#
None |
|
Manages the busy state of the object. |
|
Get logger instance which prints operation logs to console. |
- class Model218[source]#
Bases:
Thermometer
Thermometer, which can check tempareture of cryostat.
Notes
Configuration items for this device:
- communicatorstr
Communicator of thermometer. GPIB or USB can be chosen.
- hoststr
IP address for GPIB communicator. If you use GPIB communicator, you must set this parameter.
- portint
GPIB port of using devices. Please check device setting. If you use GPIB communicator, you must set this parameter.
- usb_portstr
USB port of using devices. If you use USB communicator, you must set this parameter.
- channelDict[str, int]
Human-readable channel name. The value should be mapping from human readableversion (str) to device level identifier (int). You can assign any name to the channels.
- Manufacturer: str = 'LakeShore'#
- Model: str = 'Model218'#
- Identifier: ClassVar[Optional[str]] = 'communicator'#