Script execution
This commit is contained in:
19
script/MultipleFDAE-Fe-Patrick.py
Normal file
19
script/MultipleFDAE-Fe-Patrick.py
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
positions = [ ("Nr_9-Fe" ,6,12), \
|
||||
("Nr_10-Fe" ,-12.5,5), \
|
||||
("Nr_15-Fe" ,-16,-5), \
|
||||
("Nr_16-Fe" ,-9,-4), \
|
||||
("Nr_18-Fe" ,-2,-4.1), \
|
||||
("Nr_19-Fe" ,5,-4), \
|
||||
("Nr_11-Fe" ,15,-7), \
|
||||
("Nr_17-Fe" ,15.1,1), \
|
||||
("Nr20-Fe" ,17,11)]
|
||||
|
||||
|
||||
|
||||
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/20170314_Andrey/Fe_EXAFS_fluo.xml")
|
||||
|
||||
Reference in New Issue
Block a user