Files
x10da/script/test/MultipleXAS_trans_Andreas_adj.py
2021-01-25 16:23:48 +01:00

10 lines
357 B
Python

positions = [ ("pos_1", -27, 2.4), \
("pos_3", -27, 10.3), \
("pos_4", -27, 14.3) ]
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/20201127_Vogelin/SDD_EXAFS_fluo.xml")