14 lines
247 B
Python
14 lines
247 B
Python
open_valve()
|
|
|
|
#set_pol_cminus(offset = -3)
|
|
#set_file('Er_hyst_minus')
|
|
#hyst_cont(field_x, 6.5, -6.5, 1.0, [1401.8, 1390.0])
|
|
|
|
set_pol_cplus(offset = -8)
|
|
set_file('Er_hyst_plus')
|
|
hyst_cont(field_x, -6.5, 6.5, 1.0, [1401.8, 1390.0])
|
|
|
|
|
|
close_valve()
|
|
|