workflows: added detector moves.

This commit is contained in:
2026-05-20 11:49:07 +02:00
parent c7192909bb
commit 0b40369f29
+1
View File
@@ -141,6 +141,7 @@ def rse2sa(devs: BeamlineDevices, cfg: BeamlineConfig):
se2sa(devs, cfg)
def sa2dc(devs: BeamlineDevices, cfg: BeamlineConfig):
status = devs.bec_worker.det_z(value=cfg.dtz)
devs.samcam_auto(AutoEnum.AUTO)
devs.bec_worker.move_to(BeamlineState.DATA_COLLECTION)
status.wait(timeout=60)