refactor: rename monitor to device_monitor_2d

This commit is contained in:
2024-07-24 08:43:30 +02:00
parent 686a44964b
commit 6a6b907022

View File

@ -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)