Script execution
This commit is contained in:
30
script/jan/hyst_Dy.py
Normal file
30
script/jan/hyst_Dy.py
Normal 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()
|
||||
|
||||
Reference in New Issue
Block a user