Script execution

This commit is contained in:
x07maop
2016-11-22 23:13:57 +01:00
parent adbf525331
commit 7d97c88aed

30
script/jan/hyst_Dy.py Normal file
View File

@@ -0,0 +1,30 @@
off_cplus = -6.5
off_cminus = -2.5
rrate = 2.0
e1 = 1290.2
e2 = 1283.0
open_valve()
set_pol_cplus(offset = off_cplus)
set_file('Dy_hyst_plus')
hyst_cont(field_x, 6.8, -6.8, rrate, [e1, e2])
set_pol_cminus(offset = off_cminus)
set_file('Dy_hyst_minus')
hyst_cont(field_x, -6.8, 6.8, rrate, [e1, e2])
set_pol_cminus(offset = off_cminus)
set_file('Dy_hyst_minus')
hyst_cont(field_x, 6.8, -6.8, rrate, [e1, e2])
set_pol_cplus(offset = off_cplus)
set_file('Dy_hyst_plus')
hyst_cont(field_x, -6.8, 6.8, rrate, [e1, e2])
close_valve()