small changes for readout signals
This commit is contained in:
@@ -34,7 +34,7 @@ mcs:
|
||||
prefix: 'X12SA-MCS:'
|
||||
onFailure: raise
|
||||
enabled: true
|
||||
readoutPriority: monitored
|
||||
readoutPriority: async
|
||||
softwareTrigger: false
|
||||
|
||||
|
||||
|
||||
@@ -73,21 +73,21 @@ class BPMControl(PSIPseudoDeviceBase):
|
||||
BECProcessedSignal,
|
||||
name="gain",
|
||||
model_config=None,
|
||||
kind=Kind.config,
|
||||
kind=Kind.normal,
|
||||
doc="Gain of the amplifier",
|
||||
)
|
||||
coupling = Cpt(
|
||||
BECProcessedSignal,
|
||||
name="coupling",
|
||||
model_config=None,
|
||||
kind=Kind.config,
|
||||
kind=Kind.normal,
|
||||
doc="Coupling of the amplifier",
|
||||
)
|
||||
speed = Cpt(
|
||||
BECProcessedSignal,
|
||||
name="speed",
|
||||
model_config=None,
|
||||
kind=Kind.config,
|
||||
kind=Kind.normal,
|
||||
doc="Speed of the amplifier",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user