Merge pull request 'fix pilatus unique_array_id' (#94) from feat/widget-development into main
CI for debye_bec / test (push) Successful in 1m1s
CI for debye_bec / test (push) Successful in 1m1s
Reviewed-on: #94
This commit was merged in pull request #94.
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user