From c15f850b9a337c5d4604b40ac7b83ff0c8686c6a Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Mon, 6 Jul 2026 18:14:07 +0200 Subject: [PATCH] f --- xtreme_bec/scans/otf_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtreme_bec/scans/otf_scan.py b/xtreme_bec/scans/otf_scan.py index 5a71ea7..8c7e3ed 100644 --- a/xtreme_bec/scans/otf_scan.py +++ b/xtreme_bec/scans/otf_scan.py @@ -152,7 +152,7 @@ class OTFScan(ScanBase): """ self.dev.signals.store_updates.put(1) - status = self.mono.set(self.e2) + status = self.actions.set(self.mono, self.e2, wait=False) while not status.done: self.at_each_point()