28 lines
989 B
Python
28 lines
989 B
Python
#%run -i ./LSMO_lunch.py
|
|
|
|
import time
|
|
|
|
#-10 ps
|
|
lxt.set_target_value(-11876.1).wait()
|
|
daq.acquire("RIXS_nXXps", n_pulses=60000, n_repeat=4, wait=True)
|
|
lxt.set_target_value(-12876.1).wait()
|
|
daq.acquire("RIXS_nXXXps", n_pulses=60000, n_repeat=4, wait=True)
|
|
lxt.set_target_value(-15876.1).wait()
|
|
daq.acquire("RIXS_nXXXps", n_pulses=60000, n_repeat=4, wait=True)
|
|
lxt.set_target_value(-20376.1).wait()
|
|
daq.acquire("RIXS_nXXXps", n_pulses=60000, n_repeat=4, wait=True)
|
|
lxt.set_target_value(-10376.1).wait()
|
|
daq.acquire("RIXS_nXXXps", n_pulses=60000, n_repeat=4, wait=True)
|
|
|
|
# gate_delay.set_target_value(71.135).wait()
|
|
|
|
|
|
#a = [1, 2, 3]
|
|
#scan.ascan_list(lxt, a, n_pulses=60000, n_repeat=6, wait=True)
|
|
#####
|
|
#mono_new.set_target_value(530.0).wait()
|
|
#lxt.mvr(10).wait()
|
|
#gate_delay.set_target_value(72.802).wait()
|
|
#scan.scan1D(mono_new, 528, 533, 0.1, 2000, "mono_new", return_to_initial_values=True)
|
|
#scan.scan1D(lxt, -10376.1, -20376.1, 100, 2000, "mono_new", return_to_initial_values=True)
|