mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-03 22:08:39 +01:00
fix: Improve asyn_monitor and camera on_trigger and on_complete to return status
This commit is contained in:
@@ -400,8 +400,6 @@ class PSIDetectorBase(Device):
|
||||
list(object): list of objects that were unstaged
|
||||
"""
|
||||
self.check_scan_id()
|
||||
if self.stopped is True:
|
||||
return super().unstage()
|
||||
self.custom_prepare.on_unstage()
|
||||
self.stopped = False
|
||||
return super().unstage()
|
||||
|
||||
Reference in New Issue
Block a user