mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-03 07:50:48 +02:00
refactor: rename monitor to device_monitor_2d
This commit is contained in:
@ -98,7 +98,7 @@ class SimCamera(PSIDetectorBase):
|
||||
SHAPE = (100, 100)
|
||||
BIT_DEPTH = np.uint16
|
||||
|
||||
SUB_MONITOR = "monitor"
|
||||
SUB_MONITOR = "device_monitor_2d"
|
||||
_default_sub = SUB_MONITOR
|
||||
|
||||
exp_time = Cpt(SetableSignal, name="exp_time", value=1, kind=Kind.config)
|
||||
|
Reference in New Issue
Block a user