diff --git a/script/test/otf_post_mortem.py b/script/test/otf_post_mortem.py index 1493547..b7f3939 100644 --- a/script/test/otf_post_mortem.py +++ b/script/test/otf_post_mortem.py @@ -162,7 +162,7 @@ while loop_count < nr_loops: otf(start=750, end=850, time=3, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='s4_NaMFA_NSS_discharge-Sb', folder='data/2019_10/postmortem') loop_count = loop_count + 1 -'''# scans Fe +# scans Fe caput('X11MA-KEI10:RANGE', 7) #caput('X11MA-KEI11:RANGE', 7) caput('X11MA-KEI12:RANGE', 9) @@ -172,9 +172,9 @@ while loop_count < nr_loops: otf(start=700, end=740, time=2, delay=10, mode='LINEAR', alpha = 0.0, offset=0.0, name='s4_NaMFA_NSS_discharge-Fe', folder='data/2019_10/postmortem') loop_count = loop_count + 1 -# scans Mn +'''# scans Mn caput('X11MA-KEI10:RANGE', 7) -caput('X11MA-KEI11:RANGE', 7) +#caput('X11MA-KEI11:RANGE', 7) caput('X11MA-KEI12:RANGE', 9) nr_loops=6 loop_count = 0