From 150b06b51f01bf8d3428277e2ca75ea200bddec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Le=20Guyader?= <loic.le.guyader@xfel.eu> Date: Tue, 7 Jun 2022 13:25:16 +0200 Subject: [PATCH] Adds mono target energy mnemonic --- src/toolbox_scs/constants.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/toolbox_scs/constants.py b/src/toolbox_scs/constants.py index 064ed85..6a266d0 100644 --- a/src/toolbox_scs/constants.py +++ b/src/toolbox_scs/constants.py @@ -62,7 +62,9 @@ mnemonics = { "nrj": ({'source': 'SA3_XTD10_MONO/MDL/PHOTON_ENERGY', 'key': 'actualEnergy.value', 'dim': None},), - + "nrj_target": ({'source': 'SA3_XTD10_MONO/MDL/PHOTON_ENERGY', + 'key': 'targetEnergy.value', + 'dim': None},), "M2BEND": ({'source': 'SA3_XTD10_MIRR-2/MOTOR/BENDER', 'key': 'actualPosition.value', 'dim': None},), -- GitLab