Feb 2024 status

This commit is contained in:
gac-furka
2024-02-08 14:01:58 +01:00
parent b6746d317a
commit f7ee0918c3
17 changed files with 758 additions and 47 deletions

19
Tdep_RIXS.py Normal file
View File

@@ -0,0 +1,19 @@
#%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)