Script execution

This commit is contained in:
gac-x03da
2023-05-02 15:01:48 +02:00
parent 71988c7906
commit 3042559cac
+3 -3
View File
@@ -7,14 +7,14 @@ set analyser parameters separately!
import math
STEPS = 0.1
STEPS = 0.02
LATENCY = 0.0
ENDSCAN = False
MOTORS = ('ca://X03DA-OP-RMU:TRY')
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (-48.)
ENDPOS = (-42.)
STARTPOS = (8.5)
ENDPOS = (9.5)
RELATIVE = False
adjust_sensors()