From 49b48e4813c8ab8d8227c754444f884d0bb9d220 Mon Sep 17 00:00:00 2001 From: x07maop Date: Fri, 29 Apr 2016 05:50:45 +0200 Subject: [PATCH] Script execution --- script/Gd_Dy_hyst.py | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 script/Gd_Dy_hyst.py diff --git a/script/Gd_Dy_hyst.py b/script/Gd_Dy_hyst.py new file mode 100644 index 0000000..1feb77f --- /dev/null +++ b/script/Gd_Dy_hyst.py @@ -0,0 +1,35 @@ +open_valve() + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290, 1282]) + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290, 1282]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290, 1282]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290, 1282]) + +set_pol_cplus(offset = -7) +set_file('Gd_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1181.6, 1172.8]) + +set_pol_cplus(offset = -7) +set_file('Gd_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1181.6, 1172.8]) + +set_pol_cminus(offset = -2.5) +set_file('Gd_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1181.6, 1172.8]) + +set_pol_cminus(offset = -2.5) +set_file('Gd_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1181.6, 1172.8]) + +close_valve() \ No newline at end of file