Script execution

This commit is contained in:
gac-x03da
2022-05-13 02:33:59 +02:00
parent b0aeb0c7a7
commit 8317b38253

View File

@@ -14,14 +14,14 @@ 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":True, "pass_energy":50})
"""
"""
# 800 eV C 1s fine scan
@@ -46,13 +46,13 @@ rs = RangeSelection(783.0,797.0)
rs.setVars([0.5, 0.02, 3, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":False, "pass_energy":50})
"""
"""
# 800 eV Er 4d
ExitSlit.write(30)
rs = RangeSelection(619.0,629.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})
"""
"""
# VB 62 eV fine scan exit slit 100
ExitSlit.write(50)