Files
x11ma/script/Users/Cinthia/Fe_XMCD_samples.py
2022-05-24 10:16:16 +02:00

24 lines
730 B
Python

open_vg13()
time.sleep(1)
#XMCD
caput('X11MA-ES3-MAG1:V', 5)
#time.sleep(15)
sample_name='2nm'
#caput('X11MA-KEI10:RANGE', 7)
#caput('X11MA-KEI11:RANGE', 7)
#caput('X11MA-KEI12:RANGE', 9)
for i in range(1):
#time.sleep(1)
otf2(start=705, end=713, time=1, delay=1, mode='CIRC +', alpha = 0.0, offset=-9.0, name='Fe_'+sample_name + '_Cp')
otf2(start=705, end=713, time=1, delay=1, mode='CIRC -', alpha = 0.0, offset=-10.0, name='Fe_'+sample_name + '_Cm')
otf2(start=695, end=740, time=3, delay=10, mode='CIRC -', alpha = 0.0, offset=-10.0, name='Fe_'+sample_name + '_Cm')
otf2(start=695, end=740, time=3, delay=10, mode='CIRC +', alpha = 0.0, offset=-9.0, name='Fe_'+sample_name + '_Cp')
close_vg13()