Files
x07ma/script/archive/Dy_hyst.py
2020-02-18 13:34:57 +01:00

28 lines
465 B
Python

open_valve()
wait_temp
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)
set_file('Dy_hyst_minus')
hyst_cont(field_x, -6.5, 6.5, 2.0, [1290.1, 1282])
set_pol_cminus(offset = -2)
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])
close_valve()