From 8aabe53adeb630e6b71fdcb04422a6c4e2e94284 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 10 Feb 2026 11:04:08 +0100 Subject: [PATCH] w --- csaxs_bec/devices/panda_box/panda_box.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/csaxs_bec/devices/panda_box/panda_box.py b/csaxs_bec/devices/panda_box/panda_box.py index a7b614d..6c6d811 100644 --- a/csaxs_bec/devices/panda_box/panda_box.py +++ b/csaxs_bec/devices/panda_box/panda_box.py @@ -66,7 +66,14 @@ if __name__ == "__main__": import time panda = PandaBoxCSAXS( - name="panda", host="omny-panda.psi.ch", signal_alias={"FMC_IN.VAL2.Value": "alias"} + name="panda", + host="omny-panda.psi.ch", + signal_alias={ + "FMC_IN.VAL2.Value": "alias", + "FMC_IN.VAL1.Min": "alias2", + "FMC_IN.VAL1.Max": "alias3", + "FMC_IN.VAL1.Mean": "alias4", + }, ) panda.on_connected() status = StatusBase(obj=panda)