Script execution

This commit is contained in:
gac-x03da
2022-05-16 07:05:13 +02:00
parent 5bd5c551e4
commit 6448cc263b

View File

@@ -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)
@@ -75,7 +75,7 @@ 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})
"""
"""
# VB 62 eV fine scan exit slit 100
ExitSlit.write(100)
rs = RangeSelection(53.0,58.0)