19 lines
538 B
Python
19 lines
538 B
Python
#set pol c+ off -11.5
|
|
#hyst cont Hx -6.8 6.8 2 E 1349.35 1342.35 ppe 90
|
|
#file Ho_hyst_plus
|
|
#start
|
|
set_pol_cplus(offset = -11.5)
|
|
wait_beam()
|
|
set_file('Ho_hyst_plus')
|
|
hyst_cont(field='Hx', init_field=-6.8, final_field=6.8, ramp_speed=2, energies=[1349.35, 1342.35])
|
|
|
|
#set pol lin 0 off 8.0
|
|
#hyst cont Hx -6.8 6.8 2 E 1349.35 1342.35 ppe 90
|
|
#file Ho_hyst_plus
|
|
#start
|
|
set_pol_lin(angle = 0, offset = 8.0)
|
|
wait_beam()
|
|
set_file('Ho_hyst_plus')
|
|
hyst_cont(field='Hx', init_field=-6.8, final_field=6.8, ramp_speed=2, energies=[1349.35, 1342.35])
|
|
|