Script execution

This commit is contained in:
gac-x03da
2018-02-08 14:13:41 +01:00
parent 24d5b64d2b
commit f384b32c33

View File

@@ -51,7 +51,7 @@ try:
print "phi = ", phi
ManipulatorPhi.waitValueInRange(phi, 1.0, 100)
print time.time(), " cscan: start"
cscan(ManipulatorTheta, SENSORS, THETA_RANGE[0], THETA_RANGE[1], STEPS, time=theta_time, before_read=before_readout, after_read = after_readout)
cscan(ManipulatorTheta, SENSORS, THETA_RANGE[0], THETA_RANGE[1], THETA_NSTEPS, time=theta_time, before_read=before_readout, after_read = after_readout)
print time.time(), " cscan: end"
if ZIGZAG:
THETA_RANGE = (THETA_RANGE[1], THETA_RANGE[0])