change motors,hkl to async readout in flyscan
CI for addams_bec / test (push) Successful in 30s

This commit is contained in:
Xiaoqiang Wang
2026-05-12 11:24:14 +02:00
parent 4b469d2ac2
commit 45bf7b5820
+2
View File
@@ -27,6 +27,8 @@ class HklFlyScan(AsyncFlyScanBase):
super().__init__(**kwargs)
self.scan_report_devices = ['h', 'k', 'l'] + self.scan_motors + self.readout_priority['monitored']
self.readout_priority["async"].extend(self.scan_motors)
self.readout_priority["async"].extend(['h', 'k', 'l', 'betaIn', 'betaOut'])
@property
def monitor_sync(self):