Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley2000
Contact:
Class Description
Class for controlling Keithley 2000 devices
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Keithley
Product:
2000
Bus: GPIB
Class interface
Attributes:
Name | Description |
---|---|
MeasurementFunctionScalar: DevString | Set the instrument for measuring in the selected function. Get the function selected for measurements. Posible values are: CURR (DC current), VOLT (DC voltage), RES (2-wire resistance) , FRES (4-wire resistance). |
CurrIntegrationPeriodScalar: DevDouble | Integration period in number of power line cycles. |
VoltIntegrationPeriodScalar: DevDouble | Integration period in number of power line cycles. |
ResIntegrationPeriodScalar: DevDouble | Integration period in number of power line cycles. |
FResIntegrationPeriodScalar: DevDouble | Integration period in number of power line cycles. |
CurrRangeScalar: DevDouble | Measurement range for the measurement function. The range is selected by specifying the expected reading as an absolute value. The Keithley will go to the most sensitive range that will accomodate the expected reading. |
VoltRangeScalar: DevDouble | Measurement range for the measurement function. The range is selected by specifying the expected reading as an absolute value. The Keithley will go to the most sensitive range that will accomodate the expected reading. |
ResRangeScalar: DevDouble | Measurement range for the measurement function. The range is selected by specifying the expected reading as an absolute value. The Keithley will go to the most sensitive range that will accomodate the expected reading. |
FResRangeScalar: DevDouble | Measurement range for the measurement function. The range is selected by specifying the expected reading as an absolute value. The Keithley will go to the most sensitive range that will accomodate the expected reading. |
MeasuredValueScalar: DevDouble | Result of the measurement |
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 |
---|---|
GpibDeviceDevString | Name of the Gpib Tango device connecting to the hardware |
Please log in to comment.