Script execution

This commit is contained in:
gac-x03da
2023-03-29 19:16:09 +02:00
parent 37371ebbe9
commit 7fd138b644

View File

@@ -13,7 +13,7 @@ LATENCY (float) in seconds
SENSORS (list of devices)
"""
THETA_RANGE = (-9.0, 80.0)
THETA_RANGE = (-10.0, 80.0)
THETA_STEP = 1.0
#PHI_RANGE = (-40.0, +40.0)
PHI_RANGE = (-170.0, +170.0)
@@ -21,7 +21,7 @@ PHI_STEP = 20.0
LATENCY = 0.0
ZIGZAG = True
ENDSCAN = True
ENDSCAN = False
MOTORS = (ManipulatorTheta)
#SENSORS = (Counts, Scienta.spectrum, SampleCurrent, RefCurrent, MachineCurrent)
SENSORS = (Counts, Scienta.dataMatrix, SampleCurrent, RefCurrent, MachineCurrent)