This is historical information of device classes implemented in Keithley2701SM7711 device server.
Use this link to find the valid information.
Development status:
New development
Information status: New
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/Keithley/Keithley2701SM7711
Contact:
Class Description
Control the keithley2701 with switching modules 7711
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Keithley
Product:
2701
Bus: Ethernet
Class interface
Attributes:
Name | Description |
---|---|
NbSwitchingBanksScalar: DevLong | Number of switching banks for 7711 |
MeasurementTypeScalar: DevString | Posible types: VOLT:AC, VOLT:DC, CURR:AC. CURR:DC |
RangeVoltageACScalar: DevDouble | Upper limit voltage AC |
RangeVoltageDCScalar: DevDouble | Upper limit voltage DC |
RangeCurrentACScalar: DevDouble | Upper limit current AC |
RangeCurrentDCScalar: DevDouble | Upper limit current DC |
MeasuredValueScalar: DevDouble | Current measured value |
ClosedChannelsSpectrum: DevLong | List of closed channels. Ex. 104 (module 1 channel 4) |
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 send Output: DevVoid |
Send command not generating an answer |
WriteReadCmdInput: DevString Output: DevString |
Write command and get an answer. |
CloseChannelsInput: DevVarLongArray List of cnannels to be closed (Ex. 104 means port 4 card 1) Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
IpAddressDevString | Ip address of the Keithley2701 |
Updated:
The device class has been updated.
You are looking at this version now.
2 Jun 2018, DS Admin
Created:
The device class has been added to catalogue.