Files
x07ma/script/Gd_Dy_hyst.py
2016-05-02 13:59:02 +02:00

19 lines
459 B
Python

open_valve()
set_pol_cplus(offset = -7)
set_file('Gd_hyst_plus')
hyst_cont(field_x, 6.5, -6.5, 2.0, [1181.6, 1172.8])
set_pol_cplus(offset = -7)
set_file('Gd_hyst_plus')
hyst_cont(field_x, -6.5, 6.5, 2.0, [1181.6, 1172.8])
set_pol_cminus(offset = -2.5)
set_file('Gd_hyst_minus')
hyst_cont(field_x, 6.5, -6.5, 2.0, [1181.6, 1172.8])
set_pol_cminus(offset = -2.5)
set_file('Gd_hyst_minus')
hyst_cont(field_x, -6.5, 6.5, 2.0, [1181.6, 1172.8])
close_valve()