Script execution

This commit is contained in:
gac-x03da
2022-05-16 06:40:52 +02:00
parent aaf51a10eb
commit 5bd5c551e4

View File

@@ -52,7 +52,7 @@ run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True,
"""
"""
# 800 eV Ag 3d fine scan
ExitSlit.write(30)
rs = RangeSelection(417.0,431.0)
@@ -67,7 +67,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})
"""
"""
# 800 eV Er 4d
ExitSlit.write(30)
rs = RangeSelection(619.0,629.0)