fixed help of acquire doing an actual acquisition

This commit is contained in:
Dhanya Maliakal 2017-11-14 11:53:37 +01:00
parent 4903164f95
commit 6693d08331

View File

@ -2302,6 +2302,10 @@ string slsDetectorCommand::cmdAcquire(int narg, char *args[], int action) {
#endif
if (action==HELP_ACTION) {
return helpAcquire(narg,args,HELP_ACTION);
}
myDet->setOnline(ONLINE_FLAG);
int r_online = myDet->setReceiverOnline(ONLINE_FLAG);