Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley2410
Contact:
Class Description
Class for controlling the Keithley model 2410 via Gpib
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Keithley
Product:
2410
Bus: GPIB
Class interface
Attributes:
Name | Description |
---|---|
SourFuncModeScalar: DevString | Selected source. Possible values: VOLTage, CURRent, MEMory |
SourCurrModeScalar: DevString | DC sourcing mode for I-source. Possible values; FIXed, LIST, SWEep. |
SourVoltModeScalar: DevString | DC sourcing mode for V-source. Possible values; FIXed, LIST, SWEep. |
SourCurrRangeScalar: DevDouble | Range for I-source |
SourVoltRangeScalar: DevDouble | Range for V-source |
SourCurrLevelScalar: DevDouble | Set I-source amplitude |
SourVoltLevelScalar: DevDouble | Set V-source amplitude |
SensFunctionScalar: DevString | Measure function. Possible values: VOLTage or CURRent. |
SensCurrProtecScalar: DevDouble | Current compliance |
SensVoltProtecScalar: DevDouble | Voltage compliance |
SensCurrRangeScalar: DevDouble | Current measurement range |
SensVoltRangeScalar: DevDouble | Voltage measurement range. |
OutputStateScalar: DevLong | Output state: 0 -> off, 1 -> on |
VoltageScalar: DevDouble | — |
CurrentScalar: DevDouble | — |
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. |
ResetInput: DevVoid Output: DevVoid |
Reset |
Pipes:
Properties:
Name | Description |
---|---|
GpibDeviceDevString | Name of the gpib device connected to the hardware |
Please log in to comment.