Script execution

This commit is contained in:
gac-x03da
2018-03-13 16:05:30 +01:00
parent 6bee9010d9
commit 8b73e8d58e

View File

@@ -33,7 +33,7 @@ NSTEPS = int((RANGE[1] - RANGE[0]) / STEP) + 1
scan_time = scienta_time * NSTEPS
print "scan_time: ", scan_time
try:
#try:
cscan(MOTORS, SENSORS, RANGE[0], RANGE[1], NSTEPS - 1, time=scan_time, before_read=before_readout, after_read = after_readout)
except ContinuousScanFollowingErrorException:
#except ContinuousScanFollowingErrorException:
print time.time(), " cscan: exception"