Script execution

This commit is contained in:
x07maop
2016-04-28 12:53:45 +02:00
parent 48d3c79206
commit a2df02702d
+20
View File
@@ -0,0 +1,20 @@
open_valve()
set_pol_cplus(offset = -7.5)
set_file('Er_hyst_plus')
hyst_cont(field_x, 6.5, -6.5, 1.0, [1290.2, 1282.2])
set_pol_cplus(offset = -7.5)
set_file('Er_hyst_plus')
hyst_cont(field_x, -6.5, 6.5, 1.0, [1290.2, 1282.2])
set_pol_cminus(offset = -2)
set_file('Er_hyst_minus')
hyst_cont(field_x, 6.5, -6.5, 1.0, [1290.2, 1282.2])
set_pol_cminus(offset = -2)
set_file('Er_hyst_minus')
hyst_cont(field_x, -6.5, 6.5, 1.0, [1290.2, 1282.2])
close_valve()