Development status:
Released,
Release: Release_1_4
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/PowerSupply/AgilentTech667x
Contact:
Class Description
Class for talking to the Power Supplies of Agilent Technologies via GPIB. Models 664xA, 665xA, 667xA, 668xA, and 669xA are suported.
Families: PowerSupply
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: AgilentTechnologies
Product:
664xA, 665xA, 667xA, 668xA, and 669xA
Bus: GPIB
Class interface
Attributes:
Name | Description |
---|---|
CurrentScalar: DevDouble | Measured current value. |
VoltageScalar: DevDouble | Measured voltage value. |
SetCurrentScalar: DevDouble | Set current value. |
SetVoltageScalar: DevDouble | Set voltage value. |
CurrentMaxScalar: DevDouble | Maximum programmable current value. |
VoltageMaxScalar: DevDouble | Maximum programable voltage value. |
PowerScalar: DevDouble | Current*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.