35 lines
990 B
Python
35 lines
990 B
Python
#set pol lin 0 off 13
|
|
#otf 750 810 6
|
|
#file Co_LH
|
|
#start
|
|
set_pol_lin(0, offset = 3)
|
|
wait_beam()
|
|
set_file('Co_LH')
|
|
scan_e_mult([(760,774,1),(774.5,783,0.1),(783.25,790,0.25),(790.2,798,0.2),(798.5,840,1)], settling_time = 1, accumulation_time = 3)
|
|
|
|
#set pol lin 90 off 8
|
|
#otf 750 810 6
|
|
#file Co_LV
|
|
#start
|
|
set_pol_lin(90, offset = 3)
|
|
wait_beam()
|
|
set_file('Co_LV')
|
|
scan_e_mult([(760,774,1),(774.5,783,0.1),(783.25,790,0.25),(790.2,798,0.2),(798.5,840,1)], settling_time = 1, accumulation_time = 3)
|
|
|
|
#set pol lin 90 off 8
|
|
#otf 750 810 6
|
|
#file Co_LV
|
|
#start
|
|
set_pol_lin(90, offset = 3)
|
|
wait_beam()
|
|
set_file('Co_LV')
|
|
scan_e_mult([(760,774,1),(774.5,783,0.1),(783.25,790,0.25),(790.2,798,0.2),(798.5,840,1)], settling_time = 1, accumulation_time = 3)
|
|
|
|
#set pol lin 0 off 13
|
|
#otf 750 810 6
|
|
#file Co_LH
|
|
#start
|
|
set_pol_lin(0, offset = 3)
|
|
wait_beam()
|
|
set_file('Co_LH')
|
|
scan_e_mult([(760,774,1),(774.5,783,0.1),(783.25,790,0.25),(790.2,798,0.2),(798.5,840,1)], settling_time = 1, accumulation_time = 3) |