State. Returns the device state. Default Tango Command. |
Status. Returns the device status. Default Tango Command. |
Refresh. Reads all values and configurations, and updates the values shown to the user. |
StartAcquisition. Starts the acquisition. |
StopAcquisition. Stops the acquisition. |
GetData. Gets all data from the detector (if any), processes them and writes 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. Gets a single frame from the detector (if any), processes it and writes 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. Reads the configuration file and sets the values. |
GetConfig. Writes the configurations to file. |
SetParameters. Reads the detector parameters from file and sets them. |
GetParameters. Writes the main detector parameters to file. |
ReadSetupFromFile. Reads the files specified (and that could be created by get setup) and resets the complete detector configuration including flatfield corrections, badchannels, trimbits etc. |
SaveSetupToFile. Writes 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. Gets usage of the external digital signal i. Input: i. |
ExtSigSet. Sets usage of the external digital signal i. Input: “i mode”, where mode can be off, gate_in_active_high, gate_in_active_low, trigger_in_rising_edge, trigger_in_falling_edge, ro_trigger_in_rising_edge, ro_trigger_in_falling_edge, gate_out_active_high, gate_out_active_low, trigger_out_rising_edge, trigger_out_falling_edge, ro_trigger_out_rising_edge, ro_trigger_out_falling_edge. |
RunDigitalTest. Makes a digital test of the detector. Returns 0 if it succeeds. |
RunBusTest. Makes a test of the detector bus. Returns 0 if it succeeds. |
WriteTrimFile. Trims the detector and writes the trimfile. |
GetFlatFieldCorrections. Writes the flat field corrections to file. |
GetBadChannels. Writes the bad channels to file. |
GetAngularConversions. Writes the angular conversion coefficients to file. |