diff --git a/script/a.py b/script/a.py new file mode 100644 index 0000000..80fca99 --- /dev/null +++ b/script/a.py @@ -0,0 +1,18 @@ +#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]) +