DAQ: use wait=False just to be sure

This commit is contained in:
2025-07-15 09:57:16 +02:00
parent 43a47bf861
commit 007fbd356b
+1 -1
View File
@@ -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):