Server for controlling the LakeShore Model 336 Temperature Controller. The server uses four Tango classes:
- LKS336. Only used as container of the other three classes. It doesn't have any attribute or command.
- GpibDeviceServer. Class for making the connection to the temperature controller via Gpib. The GpibDeviceServer class is a modification of the Gpib class from Soleil.
- LKS336SensorInput. Contains attributes related to a sensor input of the temperature controller. The controller has four channels (A, B, C and D) selected in the class via a property.
- LKS336HeaterOutput. Contains attributes related to a heater output of the temperature controller. The controller has four outputs (1, 2, 3 and 4) selected in the class via a property.
Subsections