Script execution
This commit is contained in:
@@ -52,13 +52,13 @@ 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)
|
||||
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)
|
||||
@@ -75,10 +75,10 @@ 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)
|
||||
rs.setVars([0.5, 0.02, 2, 62.0]) #Time, Size, Iteration, photon energy
|
||||
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":20})
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user