Script execution

This commit is contained in:
gac-x03da
2022-05-14 23:40:56 +02:00
parent a376a09b23
commit 1b8dcbdb10

View File

@@ -12,7 +12,7 @@ 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)
@@ -25,9 +25,9 @@ run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True,
# 800 eV C 1s fine scan
ExitSlit.write(30)
rs = RangeSelection(498.0,516.0)
rs.setVars([0.5, 0.05, 3, 800.0]) #Time, Size, Iteration, photon energy
rs.setVars([0.5, 0.05, 1, 800.0]) #Time, Size, Iteration, photon energy
run("XPSSpectrum", {"save_scienta_image":True, "ranges":[rs, ], "ENDSCAN":True, "pass_energy":20})
"""
"""
# 800 eV Ag 3d fine scan