EigerDectris Class Commands
Name
Input type
Output type
Level
Description
State DEV_VOID DEV_STATE OPERATOR This command gets the device state (stored in its device_state data member) and returns it to the caller.
Status DEV_VOID CONST_DEV_STRING OPERATOR This command gets the device status (stored in its device_status data member) and returns it to the caller.
Arm DEV_VOID DEV_VOID OPERATOR Arm detector.
Trigger DEV_VOID DEV_VOID OPERATOR Trigger the detector.
Abort DEV_VOID DEV_VOID OPERATOR Abort all operations and reset the detector system.
Cancel DEV_VOID DEV_VOID OPERATOR Stop data acquisition after the current image.
ClearBuffer DEV_VOID DEV_VOID OPERATOR Delete all files from buffer
DeleteFileFromBuffer DEV_STRING DEV_VOID OPERATOR Delete the file give the argument name from the buffer
Disarm DEV_VOID DEV_VOID OPERATOR Disarm detector
DownloadFilesFromBuffer DEV_STRING DEV_VOID OPERATOR Download the file with the given name or the files matching the given
pattern (with * for glob expansion).
InitializeEiger DEV_VOID DEV_VOID OPERATOR Initialize the Eiger detector
RestartDAQ DEV_VOID DEV_VOID OPERATOR None.
Get DEVVAR_STRINGARRAY DEV_STRING EXPERT Performs a GET request to return the current value of the configuration parameter. Takes subsystem, section and key as arguments, return the string representation of the requested parameter value.
Put DEVVAR_STRINGARRAY DEV_VOID EXPERT Performs a PUT request to set the value of a configuration parameter. Takes subsystem, section, key and value as arguments.