Script execution

This commit is contained in:
gac-x03da
2019-01-28 13:07:01 +01:00
parent ac943f4f5e
commit 318a3960a1
+3 -3
View File
@@ -8,9 +8,9 @@ AuxCurrent: not connected
import time
#RANGE = "G1200 full"
RANGE = "G1200 full"
#RANGE = "G600 full"
RANGE = "C K-edge"
#RANGE = "C K-edge"
BEAM = "G1200 1x1"
#BEAM = "G1200 6x10"
@@ -23,7 +23,7 @@ if RANGE == "G600 full":
DWELL = 1.0
elif RANGE == "G1200 full":
# G1200 full spectrum
STARTPOS = (100.0)
STARTPOS = (125.0)
ENDPOS = (2000.0)
STEPS = 25.0
LATENCY = 5.0