Script execution
This commit is contained in:
19
script/Gd_hyst.py
Normal file
19
script/Gd_hyst.py
Normal file
@@ -0,0 +1,19 @@
|
||||
open_valve()
|
||||
|
||||
set_pol_cplus(offset = -7)
|
||||
set_file('Gd_hyst_plus')
|
||||
hyst_cont(field_x, 6.5, -6.5, 2.0, [1181.8, 1172.8])
|
||||
|
||||
set_pol_cplus(offset = -7)
|
||||
set_file('Gd_hyst_plus')
|
||||
hyst_cont(field_x, -6.5, 6.5, 2.0, [1181.8, 1172.8])
|
||||
|
||||
set_pol_cminus(offset = -2.5)
|
||||
set_file('Gd_hyst_minus')
|
||||
hyst_cont(field_x, 6.5, -6.5, 2.0, [1181.8, 1172.8])
|
||||
|
||||
set_pol_cminus(offset = -2.5)
|
||||
set_file('Gd_hyst_minus')
|
||||
hyst_cont(field_x, -6.5, 6.5, 2.0, [1181.8, 1172.8])
|
||||
|
||||
close_valve()
|
||||
Reference in New Issue
Block a user