fix pilatus unique_array_id
CI for debye_bec / test (push) Successful in 55s
CI for debye_bec / test (pull_request) Successful in 1m0s

This commit is contained in:
x01da
2026-07-30 09:26:19 +02:00
parent 9211ef4859
commit 77993fd8f1
+1 -1
View File
@@ -261,7 +261,7 @@ class Pilatus(PSIDeviceBase, ADBase):
# self._live_mode_stopped_event = threading.Event()
# self._live_mode_stopped_event.set() # Initial state is stopped
self.scan_parameters: ScanServerScanInfo = None
self._unique_array_id : int = 0
self._unique_array_id : int = -1
########################################
# Custom Beamline Methods #