f
CI for csaxs_bec / test (push) Successful in 1m32s
CI for csaxs_bec / test (pull_request) Successful in 1m35s

This commit is contained in:
x12sa
2026-06-22 22:12:23 +02:00
parent 7f60c19f7a
commit 3f7d7f7634
+3 -3
View File
@@ -158,7 +158,7 @@ class FlomniFermatScanV4(ScanBase):
self.prepare_setup()
self.actions.add_scan_report_instruction_device_progress(device="rt_positions")
self.actions.add_scan_report_instruction_device_progress(device=self.dev.rt_positions)
self._baseline_readout_status = self.actions.read_baseline_devices(wait=False)
@scan_hook
@@ -202,10 +202,10 @@ class FlomniFermatScanV4(ScanBase):
"""
# send off the flyer
self.dev.rt_positions.kickoff().wait()
self.actions.kickoff(device=self.dev.rt_positions)
# start the readout loop of the flyer
status = self.actions.complete(device="rt_positions", wait=False)
status = self.actions.complete(device=self.dev.rt_positions, wait=False)
while not status.done:
self.at_each_point()