This is historical information of device classes implemented in Keithley6485 device server.
Use this link to find the valid information.
Development status:
Released
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley6485
Contact:
Class Description
Class for controlling the Keithley Picoammeter Model 6485 via socket interface
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Keithley
Product:
Model 6485
Bus: Socket
Class interface
Attributes:
Name | Description |
---|---|
CurrentScalar: DevDouble | — |
AutoZeroScalar: DevLong | 0 -> disable, 1 -> enable |
ZeroCheckScalar: DevLong | 0 -> disable, 1 -> enable |
ZeroCorrectScalar: DevLong | 0 -> disable, 1 -> enable |
RangeScalar: DevDouble | Range: specify expected reading |
IntegrationRateScalar: DevDouble | Integration rate in line cycles, ex. 5 = 50Hz |
AutoRangeScalar: DevLong | 0 -> disable, 1 -> enable |
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. |
WriteCmdInput: DevString Command to be send Output: DevVoid |
General command to send a command to the keithley |
WriteReadCmdInput: DevString Command to send Output: DevString Answer from keithley |
General command to send a command to the device and get an answer. |
Pipes:
Properties:
Name | Description |
---|---|
IPAdressDevString | Ip Adress of the terminal server |
PortNbDevLong | Port Number |
Updated:
The device class has been updated.
You can see previous version here .
23 Feb 2017, Piotr Goryl
Updated:
The device class has been updated.
You are looking at this version now.
19 Jan 2017, Piotr Goryl
Updated:
The device server has been updated.
You can see previous version here .
2 Jan 2017, Piotr Goryl
Created:
The device server has been added to catalogue.