Files
x10da/script/test/MultipleXAS_Fluo.py
2019-12-16 21:20:55 +01:00

17 lines
466 B
Python

positions = [ ("289381", 1.9,13.78), \
("3289432", 1.9,7.63), \
("283796", 1.9,2.51), \
("283864", 1.9,-2.5) ]
for pos in positions:
caput("X10DA-ES1-MA1:TRX", pos[1])
caput("X10DA-ES1-MA1:TRY", pos[2])
set_exec_pars(name = pos[0], reset = True)
run_fda("users/20190827_Craig/EXAFS_Ta_FALCON.xml")