Script execution

This commit is contained in:
x07maop
2016-04-29 05:50:45 +02:00
parent 38393e876d
commit 49b48e4813
+35
View File
@@ -0,0 +1,35 @@
open_valve()
set_pol_cplus(offset = -7.5)
set_file('Dy_hyst_plus')
hyst_cont(field_x, 6.5, -6.5, 2.0, [1290, 1282])
set_pol_cplus(offset = -7.5)
set_file('Dy_hyst_plus')
hyst_cont(field_x, -6.5, 6.5, 2.0, [1290, 1282])
set_pol_cminus(offset = -2)
set_file('Dy_hyst_minus')
hyst_cont(field_x, 6.5, -6.5, 2.0, [1290, 1282])
set_pol_cminus(offset = -2)
set_file('Dy_hyst_minus')
hyst_cont(field_x, -6.5, 6.5, 2.0, [1290, 1282])
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()