This commit is contained in:
2025-09-08 09:19:58 +02:00
parent 2d626a7183
commit e04cec5511

View File

@@ -109,7 +109,7 @@ class Pilatus(PSIDeviceBase, ADBase):
device_manager (DeviceManager | None) : DeviceManager object passed through the device by the device_manager
"""
USER_ACCESS = ["start_live_mode", "stop_live_mode"]
# USER_ACCESS = ["start_live_mode", "stop_live_mode"]
cam = Cpt(PilatusDetectorCam, "cam1:")
hdf = Cpt(HDF5Plugin, "HDF1:")
@@ -343,7 +343,7 @@ class Pilatus(PSIDeviceBase, ADBase):
# Start polling thread...
self._poll_thread.start()
# Start live mode thread...
self._live_mode_thread.start()
# self._live_mode_thread.start()
def on_stage(self) -> DeviceStatus | None:
"""