Script execution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user