From b32a52ec25afc3d32b434ad12d3df85bcafe9e64 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 13 Mar 2018 16:05:47 +0100 Subject: [PATCH] Script execution --- script/test/ManipulatorFlyScan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/ManipulatorFlyScan.py b/script/test/ManipulatorFlyScan.py index 2939ae81..92636f70 100644 --- a/script/test/ManipulatorFlyScan.py +++ b/script/test/ManipulatorFlyScan.py @@ -34,6 +34,6 @@ scan_time = scienta_time * NSTEPS print "scan_time: ", scan_time #try: - cscan(MOTORS, SENSORS, RANGE[0], RANGE[1], NSTEPS - 1, time=scan_time, before_read=before_readout, after_read = after_readout) +cscan(MOTORS, SENSORS, RANGE[0], RANGE[1], NSTEPS - 1, time=scan_time, before_read=before_readout, after_read = after_readout) #except ContinuousScanFollowingErrorException: - print time.time(), " cscan: exception" +print time.time(), " cscan: exception"