mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
ctb, moench: implemented led enable feature
This commit is contained in:
@ -1735,6 +1735,14 @@ class multiSlsDetector : public virtual slsDetectorDefs,
|
||||
*/
|
||||
uint64_t setCTBPatWaitTime(int level, uint64_t t = -1, int detPos = -1);
|
||||
|
||||
/**
|
||||
* Set LED Enable (Moench, CTB only)
|
||||
* @param enable 1 to switch on, 0 to switch off, -1 gets
|
||||
* @param detPos -1 for all detectors in list or specific detector position
|
||||
* @returns LED enable
|
||||
*/
|
||||
int setLEDEnable(int enable = -1, int detPos = -1);
|
||||
|
||||
/**
|
||||
* Loads the detector setup from file
|
||||
* @param fname file to read from
|
||||
|
Reference in New Issue
Block a user