From 8b3b5bd177f2193fcb487e47ab497e31a0d2510e Mon Sep 17 00:00:00 2001 From: x07maop Date: Thu, 28 Apr 2016 16:19:41 +0200 Subject: [PATCH] Script execution --- script/hyst_Er.py | 56 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 5 deletions(-) diff --git a/script/hyst_Er.py b/script/hyst_Er.py index 6e8af1c..63ce112 100644 --- a/script/hyst_Er.py +++ b/script/hyst_Er.py @@ -1,12 +1,58 @@ open_valve() -#set_pol_cminus(offset = -3) -#set_file('Er_hyst_minus') -#hyst_cont(field_x, 6.5, -6.5, 1.0, [1401.8, 1390.0]) - set_pol_cplus(offset = -8) set_file('Er_hyst_plus') -hyst_cont(field_x, -6.5, 6.5, 1.0, [1401.8, 1390.0]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cplus(offset = -8) +set_file('Er_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cminus(offset = -2) +set_file('Er_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cminus(offset = -2) +set_file('Er_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) + + + + +set_pol_cplus(offset = -8) +set_file('Er_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cplus(offset = -8) +set_file('Er_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cminus(offset = -2) +set_file('Er_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cminus(offset = -2) +set_file('Er_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) + + + + +set_pol_cplus(offset = -8) +set_file('Er_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cplus(offset = -8) +set_file('Er_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cminus(offset = -2) +set_file('Er_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1401.9, 1389.4]) + +set_pol_cminus(offset = -2) +set_file('Er_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1401.9, 1389.4]) close_valve()