Script execution
This commit is contained in:
16
script/test/MultipleXAS_Fluo.py
Normal file
16
script/test/MultipleXAS_Fluo.py
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
positions = [ ("289401", 1.9,12.85), \
|
||||
("304521", 1.9,8.13), \
|
||||
("303872", 1.9,3.07), \
|
||||
("304086", 1.9,-1.6) ]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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")
|
||||
Reference in New Issue
Block a user