From 8c0209f5ec0305537fafb400cfc8a96269e40c17 Mon Sep 17 00:00:00 2001 From: x07maop Date: Sat, 30 Apr 2016 13:33:48 +0200 Subject: [PATCH] Script execution --- script/Dy_hyst.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/script/Dy_hyst.py b/script/Dy_hyst.py index 9700f57..32c720a 100644 --- a/script/Dy_hyst.py +++ b/script/Dy_hyst.py @@ -2,38 +2,38 @@ open_valve() wait_temp -set_pol_cplus(offset = -3) +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 = -3) +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 = 0) +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 = 0) +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 = -3) +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 = -3) +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 = 0) +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 = 0) +set_pol_cminus(offset = -2) set_file('Dy_hyst_minus') hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.4, 1282])