w
This commit is contained in:
@@ -109,7 +109,7 @@ class Pilatus(PSIDeviceBase, ADBase):
|
|||||||
device_manager (DeviceManager | None) : DeviceManager object passed through the device by the device_manager
|
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:")
|
cam = Cpt(PilatusDetectorCam, "cam1:")
|
||||||
hdf = Cpt(HDF5Plugin, "HDF1:")
|
hdf = Cpt(HDF5Plugin, "HDF1:")
|
||||||
@@ -343,7 +343,7 @@ class Pilatus(PSIDeviceBase, ADBase):
|
|||||||
# Start polling thread...
|
# Start polling thread...
|
||||||
self._poll_thread.start()
|
self._poll_thread.start()
|
||||||
# Start live mode thread...
|
# Start live mode thread...
|
||||||
self._live_mode_thread.start()
|
# self._live_mode_thread.start()
|
||||||
|
|
||||||
def on_stage(self) -> DeviceStatus | None:
|
def on_stage(self) -> DeviceStatus | None:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user