removed duplicated pv

This commit is contained in:
Wakonig Klaus 2022-11-17 19:36:13 +01:00
parent 7bf193eaa6
commit 08a8272ac0

View File

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