19 lines
364 B
Python
19 lines
364 B
Python
#%run -i ./script.py
|
|
|
|
import time
|
|
|
|
#############################
|
|
## change to 150 K
|
|
#caput("SATES30-BRKHF:FLMTR-SET-SETPOINT",10)
|
|
#caput("SATES30-LS336:LOOP1_SP",133)
|
|
#time.sleep(600)
|
|
#print('10min')
|
|
#time.sleep(600)
|
|
#print('20min')
|
|
|
|
### RIXS at 4 energies
|
|
mono_new.set_target_value(930.6).wait()
|
|
daq.acquire("YBCFO_150K_930p6eV_while_warming", n_pulses=30000)
|
|
|
|
|