Script execution

This commit is contained in:
gac-x03da
2023-08-19 16:16:15 +02:00
parent 7ceb5ef2e3
commit 42e031d22f

View File

@@ -24,9 +24,9 @@ LATENCY = 0.0
ZIGZAG = False
ENDSCAN = False
step_time = 0.1
fly_time = (RANGE[1] - RANGE[0]) / SPEED
STEPS = int(fly_time / step_time) + 1
print "scan time: ", fly_time
cscan(MOTORS, SENSORS, RANGE[0], RANGE[1], STEPS, time=fly_time, check_positions = False)