28 lines
520 B
Python
28 lines
520 B
Python
#set pol c- off 1.5
|
|
#otf 760 840 3 delay 10
|
|
#file Co3_plus
|
|
#start
|
|
set_pol_cminus(offset = 1.5)
|
|
wait_beam()
|
|
set_file('Co3_plus')
|
|
otf(start=760, end=840, time=3, delay=10)
|
|
|
|
#set pol c- off 1.5
|
|
#otf 760 840 6 delay 10
|
|
#file Co6_plus
|
|
#start
|
|
set_pol_cminus(offset = 1.5)
|
|
wait_beam()
|
|
set_file('Co6_plus')
|
|
otf(start=760, end=840, time=6, delay=10)
|
|
|
|
#set pol c- off 1.5
|
|
#otf 760 840 10 delay 10
|
|
#file Co10_plus
|
|
#start
|
|
set_pol_cminus(offset = 1.5)
|
|
wait_beam()
|
|
set_file('Co10_plus')
|
|
otf(start=760, end=840, time=10, delay=10)
|
|
|