From 853dee24c9a39eae086c0cf79e1bbf7b63d44b91 Mon Sep 17 00:00:00 2001 From: x07maop Date: Thu, 28 Apr 2016 14:26:27 +0200 Subject: [PATCH] Script execution --- script/Dy_hyst.py | 51 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 43 insertions(+), 8 deletions(-) diff --git a/script/Dy_hyst.py b/script/Dy_hyst.py index 513c406..ea4c77e 100644 --- a/script/Dy_hyst.py +++ b/script/Dy_hyst.py @@ -1,20 +1,55 @@ open_valve() set_pol_cplus(offset = -7.5) -set_file('Er_hyst_plus') -hyst_cont(field_x, 6.5, -6.5, 1.0, [1290.2, 1282.2]) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) set_pol_cplus(offset = -7.5) -set_file('Er_hyst_plus') -hyst_cont(field_x, -6.5, 6.5, 1.0, [1290.2, 1282.2]) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) set_pol_cminus(offset = -2) -set_file('Er_hyst_minus') -hyst_cont(field_x, 6.5, -6.5, 1.0, [1290.2, 1282.2]) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) set_pol_cminus(offset = -2) -set_file('Er_hyst_minus') -hyst_cont(field_x, -6.5, 6.5, 1.0, [1290.2, 1282.2]) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + + + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) + close_valve() \ No newline at end of file