Script execution

This commit is contained in:
gac-x03da
2018-02-08 15:03:31 +01:00
parent 6e1aa6ba0e
commit eaa7d808d7

View File

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