Feb 2024 status
This commit is contained in:
19
Tdep_RIXS.py
Normal file
19
Tdep_RIXS.py
Normal 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)
|
||||
Reference in New Issue
Block a user