Script execution

This commit is contained in:
gac-x03da
2022-05-11 20:13:46 +02:00
parent 93d3918472
commit 5fb1036ff6

View File

@@ -11,6 +11,9 @@ if caget('X03DA-OP-VG7:OPEN') == 'Not_Open':
#Grating should be G1 / 600 for 800 eV overview spectrum
"""
# 800 eV Overview Scan
Ephot = 800.0
rs = RangeSelection(100.0,Ephot)
@@ -18,11 +21,13 @@ rs.setVars([0.5, 0.5, 1, Ephot]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":False, "pass_energy":50})
"""
# 800 eV C 1s fine scan
rs = RangeSelection(498.0,516.0)
rs.setVars([0.5, 0.05, 3, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":False, "pass_energy":50})
"""
"""
# 800 eV Ag 3d fine scan
rs = RangeSelection(417.0,431.0)