From a7449aa8fe412c78c082d61377c3812ce0d0abe5 Mon Sep 17 00:00:00 2001 From: x07maop Date: Sun, 1 May 2016 11:56:11 +0200 Subject: [PATCH] Script execution --- script/Dy_hyst.py | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/script/Dy_hyst.py b/script/Dy_hyst.py index b2c79bf..0aa7158 100644 --- a/script/Dy_hyst.py +++ b/script/Dy_hyst.py @@ -34,5 +34,37 @@ set_pol_cminus(offset = -2.5) set_file('Dy_hyst_minus') hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.1, 1282]) +set_pol_cplus(offset = -8) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.1, 1282]) + +set_pol_cplus(offset = -8) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.1, 1282]) + +set_pol_cminus(offset = -2.5) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.1, 1282]) + +set_pol_cminus(offset = -2.5) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.1, 1282]) + +set_pol_cplus(offset = -8) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.1, 1282]) + +set_pol_cplus(offset = -8) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.1, 1282]) + +set_pol_cminus(offset = -2.5) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.1, 1282]) + +set_pol_cminus(offset = -2.5) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.1, 1282]) + close_valve() \ No newline at end of file