Script execution

This commit is contained in:
gac-x03da
2022-05-14 17:32:24 +02:00
parent bcbb41b2be
commit c551b99785

View File

@@ -13,7 +13,7 @@ if caget('X03DA-OP-VG7:OPEN') == 'Not_Open':
"""
# 800 eV Overview Scan
Ephot = 800.0
@@ -21,14 +21,14 @@ ExitSlit.write(30)
rs = RangeSelection(100.0,Ephot)
rs.setVars([0.5, 0.5, 1, Ephot]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":50})
"""
# C 1s 500 eV fine scan
rs = RangeSelection(495.0,521.0)
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})
"""
"""
# O 1s 200 eV fine scan