w
Some checks failed
CI for csaxs_bec / test (pull_request) Successful in 1m30s
CI for csaxs_bec / test (push) Has been cancelled

This commit was merged in pull request #114.
This commit is contained in:
2026-01-23 15:25:52 +01:00
parent b48b27114d
commit 6647140d43

View File

@@ -151,7 +151,7 @@ class DebugTools:
s = scans.acquire(
exp_time=exp_time, frames_per_trigger=burst_frames, burst_at_each_point=cycles
)
s.wait()
s.wait(file_written=True)
print("Acquire measurement finished.")
print("Checking MCS data...")
scan_data = bec.history.get_by_scan_id(s.scan.scan_id)