Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Temperature/ScI9700TempCtrl
Contact:
Class Description
Class for the 9700 Temperature Controller from Scientific Instruments
Families: Temperature
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Scientific Instruments
Product:
Temperature Controller
Bus: GPIB
Class interface
Attributes:
Name | Description |
---|---|
TempAScalar: DevDouble | Temperature channel A |
TempBScalar: DevDouble | Temperature channel B |
SetPointScalar: DevDouble | Set temperature for main loop |
ControlSensorScalar: DevDouble | Main Control Sensor: 1 -> channel A, 2 -> channel B |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
SetCalDataInput: DevVarDoubleArray Curve Number, data point, temperature (K), data for sensor (V or R) Output: DevVoid |
Set calibration data (T vs V or R) for given curbe and data point. |
CtrlWriteReadInput: DevString Command to send to controller Output: DevString Ctrl response |
Write a command to the controller and read the answer. |
Pipes:
Properties:
Name | Description |
---|---|
GpibAdressDevString | Gpib Adress (ex. 10 or dev10 are valid) |
Please log in to comment.