mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
jungfrauserver adcphase fix: bug was if adcphase was same as previous value, it still shifted
This commit is contained in:
@ -5829,9 +5829,7 @@ string slsDetectorCommand::cmdSpeed(int narg, char *args[], int action) {
|
||||
return string("cannot scan speed value ")+string(args[1]);
|
||||
|
||||
}
|
||||
// -1 could work
|
||||
else if (cmd=="adcphase")
|
||||
t = 65536;
|
||||
|
||||
|
||||
myDet->setOnline(ONLINE_FLAG);
|
||||
|
||||
|
Reference in New Issue
Block a user