Script execution

This commit is contained in:
gac-x03da
2022-08-20 15:02:49 +02:00
parent f3324fbfbd
commit 50dfd66f2a

View File

@@ -11,14 +11,14 @@ if caget('X03DA-OP-VG7:OPEN') == 'Not_Open':
#Grating should be G1 / 600 for 800 eV overview spectrum
"""
""
# 800 eV Overview Scan
Ephot = 800.0
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})
"""
""
"""
@@ -29,13 +29,13 @@ 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})
"""
""
"""
# 800 eV C 1s fine scan
ExitSlit.write(30)
rs = RangeSelection(498.0,513.0)
rs.setVars([0.5, 0.03, 3, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":20})
""
"""
"""
# O 1s 200 eV fine scan