mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-09 02:08:04 +02:00
fix: remove stop from pilatus.custom_prepare.finished
This commit is contained in:
@ -371,8 +371,6 @@ class PilatusSetup(CustomDetectorMixin):
|
|||||||
check_stopped=True,
|
check_stopped=True,
|
||||||
all_signals=True,
|
all_signals=True,
|
||||||
):
|
):
|
||||||
self.stop_detector()
|
|
||||||
self.stop_detector_backend()
|
|
||||||
raise PilatusTimeoutError(
|
raise PilatusTimeoutError(
|
||||||
f"Reached timeout with detector state {signal_conditions[0][0]}, std_daq state"
|
f"Reached timeout with detector state {signal_conditions[0][0]}, std_daq state"
|
||||||
f" {signal_conditions[1][0]} and received frames of {signal_conditions[2][0]} for"
|
f" {signal_conditions[1][0]} and received frames of {signal_conditions[2][0]} for"
|
||||||
|
Reference in New Issue
Block a user