LakeShore336.__init__¶
-
LakeShore336.__init__(config_file: str = None, ip_address: str = None, timeout: float = None)[source]¶ Initializes the
Lakeshore336object. It calls theconfig()method to set up the device if aconfig_fileis given. Upon initialization, the parent driverModel336will immediately attempt to connect over TCP to the device and raise anInstrumentExceptionotherwise.- Parameters
- Raises
configparser.Error – Configuration file error
:class:'lakeshore.InstrumentException` – Generic device error
StateError – Device was in the wrong state.