Files
x07ma/script/archive/Cr_XMCD.py
2020-02-18 13:34:57 +01:00

46 lines
823 B
Python

#set pol c+ off -1
#otf 560 625 3
#file Cr_dummy
#start
set_pol_cplus(offset = -1)
wait_beam()
set_file('Cr_dummy')
otf(start=560, end=625, time=3)
#set pol c+ off -1
#otf 560 625 6 delay 10
#file Cr_plus
#start
set_pol_cplus(offset = -1)
wait_beam()
set_file('Cr_plus')
otf(start=560, end=625, time=6, delay=10)
#set pol c- off 0.5
#otf 560 625 6 delay 10
#file Cr_minus
#start
set_pol_cminus(offset = 0.5)
wait_beam()
set_file('Cr_minus')
otf(start=560, end=625, time=6, delay=10)
#set pol c- off 0.5
#otf 560 625 6 delay 10
#file Cr_minus
#start
set_pol_cminus(offset = 0.5)
wait_beam()
set_file('Cr_minus')
otf(start=560, end=625, time=6, delay=10)
#set pol c+ off -1
#otf 560 625 6 delay 10
#file Cr_plus
#start
set_pol_cplus(offset = -1)
wait_beam()
set_file('Cr_plus')
otf(start=560, end=625, time=6, delay=10)