mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-16 23:29:21 +01:00
removed duplicated pv
This commit is contained in:
@@ -19,7 +19,6 @@ class SLSInfo(Device):
|
||||
# eh_t02_temperature_t0205_axis_18 = Cpt(
|
||||
# EpicsSignalRO, "ILUUL-0200-EB105:TEMP", auto_monitor=True
|
||||
# )
|
||||
operation = Cpt(EpicsSignalRO, "ACOAU-ACCU:OP-MODE", auto_monitor=True, string=True)
|
||||
injection_mode = Cpt(EpicsSignalRO, "ALIRF-GUN:INJ-MODE", auto_monitor=True, string=True)
|
||||
current_threshold = Cpt(EpicsSignalRO, "ALIRF-GUN:CUR-LOWLIM", auto_monitor=True)
|
||||
current_deadband = Cpt(EpicsSignalRO, "ALIRF-GUN:CUR-DBAND", auto_monitor=True)
|
||||
|
||||
Reference in New Issue
Block a user