8 Device Commands
|
Name
|
Inherited
|
Concrete
|
Input type
|
Output type
|
Level
|
Description
|
State |
true |
true |
Tango::DEV_VOID |
Tango::DEV_STATE |
OPERATOR |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
Status |
true |
true |
Tango::DEV_VOID |
Tango::CONST_DEV_STRING |
OPERATOR |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
WriteReadSocket |
false |
true |
Tango::DEV_STRING |
Tango::DEV_STRING |
OPERATOR |
Write to the socket and get answer. |
InitHardware |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Initialize communications and check the ECU hardware. |
SwitchOff |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Initialize communications and ECU hardware, reset the RGA to its
factory default settings, turns off the filament and the CDEM. |
SingleMassMeasurement |
false |
true |
Tango::DEV_LONG |
Tango::DEV_VOID |
OPERATOR |
Performs a single mass measurement at a mass setting given as argument.
The otuput will be written in the attribute: SingleMeasuremetOutput. |
StartMultipleScans |
false |
true |
Tango::DEV_LONG |
Tango::DEV_VOID |
OPERATOR |
Execute one of multiple analog scans under the present scan conditions. |
StopScanning |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Stop continuos or serie of scans. |