Script execution

This commit is contained in:
gac-x03da
2023-05-02 16:35:27 +02:00
parent 8382e525b7
commit e100acae0a

View File

@@ -10,14 +10,14 @@ move manipulator and mirror to center position before start!
import math
# adjust the following parameters
STEPS = 60
STEPS = 0.05
LATENCY = 0.0
ENDSCAN = False
MOTOR = (RefocusYTrans, ManipulatorZ)
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, AngleDistribution)
STARTPOS = (8.9, 115.20)
STARTPOS = (8., 115.20)
ENDPOS = (9.5, 115.20)
RELATIVE = False