From 435e5fd662dc487a53d88ad96a86fb9ccd4340d8 Mon Sep 17 00:00:00 2001 From: x07maop Date: Sat, 30 Apr 2016 15:36:58 +0200 Subject: [PATCH] Script execution --- script/Dy_hyst.py | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/script/Dy_hyst.py b/script/Dy_hyst.py index 32c720a..89902a6 100644 --- a/script/Dy_hyst.py +++ b/script/Dy_hyst.py @@ -37,4 +37,29 @@ set_pol_cminus(offset = -2) set_file('Dy_hyst_minus') hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.4, 1282]) + + + + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.4, 1282]) + +set_pol_cplus(offset = -7.5) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.4, 1282]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.4, 1282]) + +set_pol_cminus(offset = -2) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.4, 1282]) + + + + + + close_valve() \ No newline at end of file