22 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. |
Refresh |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Read all values and configurations, and update the values shown to the user. |
StartAcquisition |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Start the acquisition. |
StopAcquisition |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Stop the acquisition. |
Reset |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Restart the mythen host. |
GetData |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Get all data from the detector (if any), process them and write them
to file according to the preferences already setup.
In principle the method is not needed (when using StartAcquisition the
files are written automatically to disk). |
GetFrame |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Get a single frame from the detector (if any), processe it and write
it to file according to the preferences already setup.
In principle the method is not needed (when using StartAcquisition the
files are written automatically to disk). |
SetConfig |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Read the configuration file and set the values. |
GetConfig |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Write the configurations to file. |
SetParameters |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Read the detector parameters from file and set them. |
GetParameters |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Write the main detector parameters to file. |
ReadSetupFromFile |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Read the files specified (and that could be created by get setup) and reset the complete
detector configuration including flatfield corrections, badchannels, trimbits etc. |
SaveSetupToFile |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Writes the complete detector setup (including configuration, trimbits, flat field coefficients,
Write the complete detector setup (including configuration, trimbits, flat field coefficients,
badchannels etc.) in a set of files for which the extension is automatically generated. |
ExtSigGet |
false |
true |
Tango::DEV_SHORT |
Tango::DEV_STRING |
OPERATOR |
Get usage of the external digital signal i. |
ExtSigSet |
false |
true |
Tango::DEV_STRING |
Tango::DEV_STRING |
OPERATOR |
Set usage of the external digital signal i. |
RunDigitalTest |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Make a digital test of the detector.
Return 0 if it succeeds. |
RunBusTest |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Make a test of the detector bus.
Return 0 if it succeeds. |
WriteTrimFile |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Trim the detector and write the trimfile. |
GetFlatFieldCorrections |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Write the flat field corrections to file. |
GetBadChannels |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Write the bad channels to file. |
GetAngularConversions |
false |
true |
Tango::DEV_VOID |
Tango::DEV_VOID |
OPERATOR |
Write the angular conversion coefficients to file. |