Development status:
Released,
Release: Release_1_1
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 |
---|---|
IPAddressDevString | Ip Address of the terminal server (in case it is used) |
PortNbDevLong | Port Number (in case connection via terminal server) |
SerialPortDevString | Serial port with the rs232 connection, e.g. /dev/ttyUSB0. |
BaudRateDevString | BaudRate (for direct connection via RS232) |
Please log in to comment.
Generated
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 can see previous version here .
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.