Development status:
Released,
Release: Release_1_2
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/MeasureInstruments/KeysightB2980
Contact:
Class Description
Class for controlling a Femto/Picoammeter Electrometer/High Resistance Meter from Keysight Technologies B2980 Series
Families: MeasureInstruments
Key words:
Platform: Unix Like
Language: Python
License: GPL
Contact:
Hardware
Manufacturer: Keiysight (Agilent)
Product:
B2980 Series
Bus: Data Socket
Class interface
Attributes:
Name | Description |
---|---|
CurrentScalar: DevDouble | — |
ApertureTimeScalar: DevDouble | Aperture time in number of power line cycles (NPLC) |
ResistanceAutoRangeScalar: DevBoolean | Auto Range (on-off) |
CurrentAutoRangeScalar: DevBoolean | Auto Range (on-off) |
CurrentRangeScalar: DevDouble | — |
VoltageSourceOffOnScalar: DevLong | Set voltage source off (0) - on (1) |
VoltageSourceScalar: DevDouble | Voltage source value |
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. |
WriteReadCmdInput: DevString Output: DevString |
Write command and get an answer. |
WriteCmdInput: DevString Command to send Output: DevVoid |
Send command not generating an answer |
Pipes:
Properties:
Name | Description |
---|---|
IpAddressDevString | Ip address of the device |
PortNbDevLong | Port Number |
Please log in to comment.