mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
gotthard2: switching between continuous to burst mode (burstperiod got reset: fixed)
This commit is contained in:
Binary file not shown.
@ -824,7 +824,7 @@ int setPeriod(int64_t val) {
|
||||
setPeriodBurst(0);
|
||||
return setPeriodCont(val);
|
||||
} else {
|
||||
setPeriodCont(0);
|
||||
//setPeriodCont(0);
|
||||
return setPeriodBurst(val);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user