Script execution

This commit is contained in:
gac-x03da
2022-01-24 14:57:27 +01:00
parent 328993b20f
commit d6170c2725

View File

@@ -12,10 +12,10 @@ import math
MOTORS = (ManipulatorZ)
RANGE = (110., 120.)
SPEED = 0.05
SPEED = 0.2
SENSORS = (Counts, SampleCurrent, RefCurrent)
MONITORS = (SampleCurrent)
MONITORS = (SampleCurrent, ManipulatorZ)
# --- do not edit below ---
@@ -35,7 +35,6 @@ time2 = time.time()
scienta_time = (time2 - time1)
print "step time: ", scienta_time
SPEED = 0.2
fly_time = (RANGE[1] - RANGE[0]) / SPEED
STEPS = int(fly_time / scienta_time) + 1
print "scan time: ", fly_time