Development status:
Released,
Release: Release_1_8
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/PowerSupply/Itest/BiltCh
Contact:
Class Description
The Bilt multi channel power supply has three individual channels. This class offers an interface to an individual channel of the power supply.
Families: Miscellaneous
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: itest
Product:
Bilt Module BE548
Bus: Tango
Class interface
Attributes:
Name | Description |
---|---|
CurrentScalar: DevDouble | The DC current of the selected pole. |
VoltageScalar: DevDouble | The measured voltage of the selected pole. |
ImpedanceScalar: DevDouble | Calculated impedance of the selected pole. |
SetCurrentRMSScalar: DevDouble | Statistic when driven by the Libera.\nRMS value of the AC setpoint applied on the DAC during the last second.\nX=sqr( (sum(setAC)*sum(setAC)) / n - ((sum(setAC)/n) *(sum(setAC)/n)) ) |
SetCurrentAverageScalar: DevDouble | Statistic when driven by the Libera.\nThe average AC setpoint applied to the DAC during the last second.\nX=SUM(setAC)/n |
FramesPerSecondScalar: DevULong | Statistic when driven by the Libera.\nThe number of setpoints per second. |
ErrorPerSecondScalar: DevULong | Statistic when driven by the Libera.\nThe number of errors detected per second. |
ErrorCounterScalar: DevULong | Statistic when driven by the Libera.\nThe total number of errors since the last reset. |
LocalControlScalar: DevBoolean | If true the AC current can be set on the device,\notherwise it is driven by the Libera. |
SetCurrentACScalar: DevDouble | The AC current setpoint in local mode. If driven by the Libera, the attribute \nattribute value in INVALID. |
Temperature1Scalar: DevDouble | Temperature 1 of the pole. |
Temperature2Scalar: DevDouble | Temperature 2 of the pole. |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State State Code |
This command gets the device state (stored in its <i>device_state</i> data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Status description |
This command gets the device status (stored in its <i>device_status</i> data member) and returns it to the caller. |
OnInput: DevVoid Output: DevVoid |
Switch ON all three channels of the Bilt power supply |
OffInput: DevVoid Output: DevVoid |
Switch Off all three channels of the Bilt power supply |
ResetInput: DevVoid Output: DevVoid |
Send a reset to the Bilt power supply |
Pipes:
Properties:
Name | Description |
---|---|
BiltNameDevString | Name of the Bilt multi channel power supply device |
PoleNumberDevShort | The number of the channel or Pole of the Bilt power supply [0 -2] |
Please log in to comment.