mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-28 09:10:01 +02:00
check idle for jungfrau in flip rows
This commit is contained in:
parent
a17b7b1778
commit
8e40a408c5
@ -8858,8 +8858,7 @@ int set_flip_rows(int file_des) {
|
|||||||
#else
|
#else
|
||||||
// only set
|
// only set
|
||||||
if (Server_VerifyLock() == OK) {
|
if (Server_VerifyLock() == OK) {
|
||||||
|
if ((check_detector_idle("set flip rows") == OK) && (arg != 0 && arg != 1)) {
|
||||||
if (arg != 0 && arg != 1) {
|
|
||||||
ret = FAIL;
|
ret = FAIL;
|
||||||
sprintf(mess,
|
sprintf(mess,
|
||||||
"Could not set flip rows. Invalid argument %d.\n",
|
"Could not set flip rows. Invalid argument %d.\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user