43 lines
1.1 KiB
Python
43 lines
1.1 KiB
Python
#%run -i ./LCO_RIXS.py
|
|
|
|
import time
|
|
|
|
# RIXS scans on different samples
|
|
|
|
|
|
## LSAT(001)
|
|
#TY.set_target_value(-1.5).wait()
|
|
#scan.scan1D(mono_new,778,786,0.5, 20000, "Emap_LCO_001_25K_LH", return_to_initial_values=True)
|
|
|
|
## LSAT (111)
|
|
#TY.set_target_value(2.5).wait()
|
|
#scan.scan1D(mono_new, 778,786,0.5, 20000, "Emap_LCO_111_25K_LH", return_to_initial_values=True)
|
|
|
|
## CoO
|
|
#TY.set_target_value(1.0).wait()
|
|
#TX.set_target_value(-3.5).wait()
|
|
#scan.scan1D(mono_new, 777,786,0.5, 20000, "Emap_CoO_25K_LH", return_to_initial_values=True)
|
|
|
|
|
|
### run these at 779.5 eV (first go to 778.0 then 779.5 eV)
|
|
## LSAT(111)
|
|
|
|
TY.set_target_value(2.5).wait()
|
|
daq.acquire("RIXS_LCO_LSAT111_25K", n_pulses=20000, n_repeat=1, wait=True)
|
|
daq.acquire("RIXS_LCO_LSAT111_25K", n_pulses=20000, n_repeat=1, wait=True)
|
|
daq.acquire("RIXS_LCO_LSAT111_25K", n_pulses=20000, n_repeat=1, wait=True)
|
|
|
|
#3 LSAT(001)
|
|
TY.set_target_value(-1.5).wait()
|
|
daq.acquire("RIXS_LCO_LSAT001_25K", n_pulses=20000, n_repeat=1, wait=True)
|
|
daq.acquire("RIXS_LCO_LSAT001_25K", n_pulses=20000, n_repeat=1, wait=True)
|
|
daq.acquire("RIXS_LCO_LSAT001_25K", n_pulses=20000, n_repeat=1, wait=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|