Script execution

This commit is contained in:
gac-x03da
2022-05-17 16:33:16 +02:00
parent f0b31a3f43
commit f062f2e050

View File

@@ -52,14 +52,14 @@ rs.setVars([0.5, 0.05, 3, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
"""
""
"""
# 800 eV Ag 3d fine scan
ExitSlit.write(30)
rs = RangeSelection(417.0,431.0)
rs.setVars([0.5, 0.02, 1, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
""
"""
"""
# 800 eV VB and Fermi level fine scan
ExitSlit.write(50)
@@ -68,7 +68,7 @@ rs.setVars([0.5, 0.02, 3, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
"""
"""
""
# VB 62 eV fine scan exit slit 100
ExitSlit.write(100)
rs = RangeSelection(53.0,58.0)