Files
x07ma/script/jan/E_Dy_LD.py
2016-11-27 04:24:16 +01:00

32 lines
886 B
Python

off_l0 = 4.0
off_l90 = 4.5
set_slit(10)
open_valve()
otf(start=1265, end=1355, time=3, delay=5, mode = "LINEAR", offset = off_l0, alpha = 0, name = 'DyE_0')
otf(start=1265, end=1355, time=3, delay=5, mode = "LINEAR", offset = off_l90, alpha = 90, name = 'DyE_90')
otf(start=1265, end=1355, time=3, delay=5, mode = "LINEAR", offset = off_l90, alpha = 90, name = 'DyE_90')
otf(start=1265, end=1355, time=3, delay=5, mode = "LINEAR", offset = off_l0, alpha = 90, name = 'DyE_0')
set_pol_lin(0, offset = off_l0)
set_file('Dy_lin0')
otf(start=1265, end=1355, time=3, delay=5)
set_pol_lin(90, offset = off_l90)
set_file('Dy_lin90')
otf(start=1265, end=1355, time=3, delay=5)
set_pol_lin(90, offset = off_l90)
set_file('Dy_lin90')
otf(start=1265, end=1355, time=3, delay=5)
set_pol_lin(0, offset = off_l0)
set_file('Dy_lin0')
otf(start=1265, end=1355, time=3, delay=5)
close_valve()