From a595efa9b9bcf8f30db6adf4edeecce1ebe2988a Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Wed, 9 Mar 2022 19:32:40 +0100
Subject: [PATCH] Take out the Delay mnemonic

it is not so clear to use
---
 src/toolbox_scs/constants.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/toolbox_scs/constants.py b/src/toolbox_scs/constants.py
index dfdab5e..c3c2deb 100644
--- a/src/toolbox_scs/constants.py
+++ b/src/toolbox_scs/constants.py
@@ -337,10 +337,6 @@ mnemonics = {
                      'key': 'result.value',
                      'dim': None},),
 
-    "Delay": ({'source': 'SCS_ILH_LAS/MDL/OPTICALDELAY_LT3',
-               'key': 'actualPosition.value',
-               'dim': None},),
-
     # AFS LASER
     "AFS_PhaseShifter": ({'source': 'SCS_ILH_LAS/PHASESHIFTER/DOOCS',
                           'key': 'actualPosition.value',
-- 
GitLab