Files
furka/LSMO_dinner.py
2025-03-31 10:56:04 +02:00

34 lines
1.4 KiB
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()
# 5mJ/cm2
laser_fluence.set_target_value(55).wait()
a = [72.0,72.15,72.2,72.25, 72.31, 72.35, 72.39, 72.43, 72.47, 72.51, 72.55, 72.59, 72.63, 72.65, 72.69, 72.73, 72.77, 72.81, 72.85, 72.89, 72.94, 72.99, 73.04, 73.14, 73.24, 73.34, 73.44, 73.54, 73.64, 73.74, 73.84, 73.94]
scan.ascan_list(gate_delay, a, n_pulses=6000, filename = 'xas_fine_5mJ',n_repeat=1)
# 15mJ/cm2
laser_fluence.set_target_value(48.88).wait()
scan.ascan_list(gate_delay, a, n_pulses=6000, filename = 'xas_fine_15mJ', n_repeat=1)
#####
#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)