Files
furka/Tdep_RIXS.py
2024-02-08 14:01:58 +01:00

20 lines
395 B
Python

#%run -i ./script.py
import time
## change to 20 K
caput("SATES30-BRKHF:FLMTR-SET-SETPOINT",50)
caput("SATES30-LS336:LOOP1_SP",10)
time.sleep(900)
print('done changing temp')
scan.scan1D(gate_delay, 111, 112, 0.1, 3000, "gate_delay_20K", return_to_initial_values=True)
## change to 50 K
#caput("SATES30-BRKHF:FLMTR-SET-SETPOINT",20)
#caput("SATES30-LS336:LOOP1_SP",43)
#time.sleep(900)