Script execution

This commit is contained in:
gac-x11ma
2018-08-30 12:07:50 +02:00
parent b961676ff9
commit 894a763074
+4 -4
View File
@@ -4,10 +4,10 @@ import thread
import time
# E = [Estart, Eend, time, delay]
E1 = [800]
E2 = [810]
E3 = [6]
E4 = [1]
E1 = 800
E2 = 810
E3 = 6
E4 = 1
E = [E1,E2,E3,E4]
run('EnergyMultiScan.py',E)