Script execution

This commit is contained in:
gac-x03da
2022-05-13 21:23:58 +02:00
parent f69fa8e1b7
commit 62684f10af

View File

@@ -12,14 +12,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
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})
"""
"""
# 220 eV fine scan
rs = RangeSelection(220.0,256.0)
@@ -38,7 +38,6 @@ rs = RangeSelection(290.0,315.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})
"""
"""
# C 1s 500 eV fine scan
rs = RangeSelection(499.0,515.0)
@@ -95,7 +94,7 @@ rs.setVars([0.5, 0.02, 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)
rs = RangeSelection(44.0,59.0)