Development status:
Released,
Release: Release_1_1
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley6487
Contact:
Class Description
Class for controlling the Keithley 6487 connecting to a GpibDeviceServer.
Families: Instrumentation
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: Keithley
Product:
6487
Bus: GPIB
Class interface
Attributes:
Name | Description |
---|---|
CurrentScalar: DevDouble | Read current. |
VoltageScalar: DevDouble | Read voltage. |
SetVoltageScalar: DevDouble | Set Voltage value, read last set value. |
MaxOutputCurrentScalar: DevDouble | Set maximum output current, read last set value. |
VoltageOutputActiveScalar: DevLong | Activate/deactivate Output Voltage. |
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 GpibDeviceServer Tango Server to connect to |
Please log in to comment.