From 0befa2d6689d3482269375afc60f332a6c89fc26 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Mon, 17 Aug 2020 19:40:49 +0200 Subject: [PATCH] made laser timing classes generic --- devices.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/devices.py b/devices.py index 803fb61..0199efa 100755 --- a/devices.py +++ b/devices.py @@ -357,7 +357,10 @@ components = [ }, }, { - "args": ["SLAAR02-TSPL-EPL"], + "args": [ + "SLAAR02-TSPL-EPL", + "/sf/bernina/config/eco/offsets" + ], "name": "phase_shifter", # "z_und": 142, "name": "Experiment laser phase shifter", @@ -459,7 +462,11 @@ components = [ }, }, { - "args": [], + "args": [ + "SLAAR02-TSPL-EPL", + "SLAAR-LTIM02-EVR0", + "/sf/bernina/config/eco/offsets" + ], "name": "lxt", "desc": "laser timing with pockels cells and phase shifter", "type": "slic.devices.timing.lasertiming:LXT",