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