Script execution

This commit is contained in:
gac-x03da
2022-05-12 11:25:14 +02:00
parent a78d68e5ef
commit 91f67a2cfe

View File

@@ -13,13 +13,13 @@ if caget('X03DA-OP-VG7:OPEN') == 'Not_Open':
"""
# 800 eV Overview Scan
Ephot = 800.0
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":False, "pass_energy":50})
"""
"""
# 220 eV fine scan
rs = RangeSelection(220.0,256.0)
@@ -79,7 +79,7 @@ rs = RangeSelection(762.0,797.0)
rs.setVars([0.5, 0.05, 3, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":False, "pass_energy":50})
"""
"""
# VB fine scan exit slit 50
rs = RangeSelection(762.0,797.0)
rs.setVars([0.5, 0.02, 3, 800.0]) #Time, Size, Iteration, photon energy