diff --git a/script/Dy_hyst.py b/script/Dy_hyst.py index ea4c77e..cd6e6ba 100644 --- a/script/Dy_hyst.py +++ b/script/Dy_hyst.py @@ -1,55 +1,83 @@ open_valve() -set_pol_cplus(offset = -7.5) +set_pol_cplus(offset = -3) set_file('Dy_hyst_plus') -hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) -set_pol_cplus(offset = -7.5) +set_pol_cplus(offset = -3) set_file('Dy_hyst_plus') -hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) -set_pol_cminus(offset = -2) +set_pol_cminus(offset = 0) set_file('Dy_hyst_minus') -hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) -set_pol_cminus(offset = -2) +set_pol_cminus(offset = 0) set_file('Dy_hyst_minus') -hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) - - -set_pol_cplus(offset = -7.5) +set_pol_cplus(offset = -3) set_file('Dy_hyst_plus') -hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) -set_pol_cplus(offset = -7.5) +set_pol_cplus(offset = -3) set_file('Dy_hyst_plus') -hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) -set_pol_cminus(offset = -2) +set_pol_cminus(offset = 0) set_file('Dy_hyst_minus') -hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) -set_pol_cminus(offset = -2) +set_pol_cminus(offset = 0) set_file('Dy_hyst_minus') -hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) - - -set_pol_cplus(offset = -7.5) +set_pol_cplus(offset = -3) set_file('Dy_hyst_plus') -hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) -set_pol_cplus(offset = -7.5) +set_pol_cplus(offset = -3) set_file('Dy_hyst_plus') -hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) -set_pol_cminus(offset = -2) +set_pol_cminus(offset = 0) set_file('Dy_hyst_minus') -hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) -set_pol_cminus(offset = -2) +set_pol_cminus(offset = 0) set_file('Dy_hyst_minus') -hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.2, 1282.2]) +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cplus(offset = -3) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cplus(offset = -3) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cminus(offset = 0) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cminus(offset = 0) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cplus(offset = -3) +set_file('Dy_hyst_plus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cplus(offset = -3) +set_file('Dy_hyst_plus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cminus(offset = 0) +set_file('Dy_hyst_minus') +hyst_cont(field_x, 6.5, -6.5, 2.0, [1290.6, 1282.6]) + +set_pol_cminus(offset = 0) +set_file('Dy_hyst_minus') +hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.6, 1282.6]) close_valve() \ No newline at end of file