Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley2602B
Contact:
Class Description
Class for controlling a channel of the Keithley2602B
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Keithley
Product:
2602B
Bus: Ethernet
Class interface
Attributes:
Name | Description |
---|---|
MeasVoltageScalar: DevDouble | Measured voltage |
MeasCurrentScalar: DevDouble | Measured current |
MeasIntegrationTimeScalar: DevDouble | Set integration time in number of power line cycles, i.e. for 50Hz value 1 corresponds to 1/50Hz=20ms |
MeasVoltAutoRangeScalar: DevLong | switch autorange for voltage measurement on (1) or off (0). 2 -> automatically set |
MeasVoltRangeScalar: DevDouble | Range for voltage measurement |
MeasCurrAutoRangeScalar: DevLong | switch autorange for current measurement on (1) or off (0). 2 -> automatically set |
MeasCurrRangeScalar: DevDouble | Range for current measurement |
SourceStateScalar: DevLong | Switch the source output on (1) or off (0) or turn off the output in high Z mode (allows you to go to high Z mode without first setting the smuX.source.offmode attribute to smuX.OUTPUT_HIGH_Z) |
SourceFuncScalar: DevString | Selected source. Possible values: VOLTage, CURRent |
SourceVoltageScalar: DevDouble | Set voltage source amplitude |
SourceLimitCurrScalar: DevDouble | Liimit the current output of the voltage source |
SourceVoltAutoRangeScalar: DevLong | Switch autorange for voltage source on (1) or off (0) |
SourceVoltRangeScalar: DevDouble | Range for voltage source |
SourceCurrentScalar: DevDouble | Set current source amplitude |
SourceLimitVoltScalar: DevDouble | Liimit the voltage output of the current source |
SourceCurrAutoRangeScalar: DevLong | Switch autorange for current source on (1) or off (0) |
SourceCurrRangeScalar: DevDouble | Range for current source |
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. |
Pipes:
Properties:
Name | Description |
---|---|
CtrlDeviceDevString | Name of the Tango Device connecting to the hardware |
ChannelDevString | a or b |
Please log in to comment.
Updated:
The device class has been updated.
You can see previous version here .
20 Oct 2018, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
13 Oct 2018, DS Admin
Updated:
The device class has been updated.
You can see previous version here .
15 Sep 2018, DS Admin
Created:
The device class has been added to catalogue.