small changes for readout signals

This commit is contained in:
x12sa
2026-06-12 10:23:25 +02:00
parent 6f37c56547
commit 820e22a2d4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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",
)