import "acsexmplPowerSupply.idl";
Inheritance diagram for PS::PowerSupply:


Public Member Functions | |
| void | on (in ACS::CBvoid cb, in ACS::CBDescIn desc) |
| void | off (in ACS::CBvoid cb, in ACS::CBDescIn desc) |
| void | reset (in ACS::CBvoid cb, in ACS::CBDescIn desc) |
Public Attributes | |
| readonly attribute ACS::RWdouble | current |
| readonly attribute ACS::ROdouble | readback |
| readonly attribute ACS::ROpattern | status |
|
||||||||||||
|
Turns the powersupply off asynchronously. That is, we are notified by the callback when the method really completes.
|
|
||||||||||||
|
Turns the powersupply on asynchronously. That is, we are notified by the callback when the method really completes.
|
|
||||||||||||
|
Resets the powersupply asynchronously. That is, we are notified by the callback when the method really completes.
|
|
|
This property is the commanded current of the powersupply. |
|
|
This property is the actual current of the powersupply. |
|
|
This property is the actual current of the powersupply. |
1.3.8