DAQ: use wait=False just to be sure
This commit is contained in:
@@ -140,7 +140,7 @@ def se2sa(devs: BeamlineDevices, cfg: BeamlineConfig):
|
||||
if _cryo:
|
||||
devs.cryo.move(cryo_meas)
|
||||
|
||||
devs.dtz.move(cfg.dtz)
|
||||
devs.dtz.move(cfg.dtz, wait=False)
|
||||
|
||||
|
||||
def sa2dc(devs: BeamlineDevices, cfg: BeamlineConfig):
|
||||
|
||||
Reference in New Issue
Block a user