Script execution

This commit is contained in:
gac-x03da
2018-10-13 11:41:44 +02:00
parent d0d03158b6
commit ac79aade8c
+21
View File
@@ -0,0 +1,21 @@
"""
author chritstoph seitz
starting the xps measurement
Fermi edge of C1s test
"""
ranges = []
pass_energy = 20 #O1s
#pass_energy = 50 #C1s
save_scienta_image = True
skip_iteration = 0
# (eph, min, max, step, time, iter)
ranges.append((650.0, 645., 647.0, 0.1, 0.2, 10)) # O1s
#ranges.append((390.0, 384.4, 387.0, 0.1, 0.2, 20)) # C1s
execfile("XPSSpectrum.py")
time.sleep(10)