From 5628c7e93f11e906ffca1ed0fe8bf2733b4ce735 Mon Sep 17 00:00:00 2001 From: gac-x10da Date: Fri, 27 Nov 2020 20:50:49 +0100 Subject: [PATCH] Script execution --- script/test/MultipleXAS_trans_Andreas.py | 30 ++++++++++++++---------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/script/test/MultipleXAS_trans_Andreas.py b/script/test/MultipleXAS_trans_Andreas.py index 0a25a98..e8a73ba 100644 --- a/script/test/MultipleXAS_trans_Andreas.py +++ b/script/test/MultipleXAS_trans_Andreas.py @@ -1,15 +1,21 @@ - -positions = [ ("289381", 13,4.8), \ - ("3289432", 6.4,4.8), \ - ("283796", 0,4.8), \ - ("289381", -6.6,4.8), \ - ("3289432", -13,4.8), \ - ("283796", -19.4,4.8) ] - - - - - +positions = [ ("pos_01", 13, -13.2), \ + ("pos_02", 6.4, -13.2), \ + ("pos_03", 0, -13.2), \ + ("pos_04", -6.6, -13.2), \ + ("pos_05", -13, -13.2), \ + ("pos_06", -19.4, -13.2), \ + ("pos_07", 13, -4.2), \ + ("pos_08", 6.4, -4.2), \ + ("pos_09", 0, -4.2), \ + ("pos_10", -6.6, -4.2), \ + ("pos_11", -13, -4.2), \ + ("pos_12", -19.4, -4.2), \ + ("pos_13", 13, 4.8), \ + ("pos_14", 6.4, 4.8), \ + ("pos_15", 0, 4.8), \ + ("pos_16", -6.6, 4.8), \ + ("pos_17", -13, 4.8), \ + ("pos_18", -19.4, 4.8) ] for pos in positions: caput("X10DA-ES1-MA1:TRX", pos[1])