From 7e11539816d78d538e81dffb07f8f5743437742d Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Tue, 28 Apr 2020 17:34:26 +0200 Subject: [PATCH] Script execution --- script/test/test3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/test/test3.py b/script/test/test3.py index b6b893a..8243983 100755 --- a/script/test/test3.py +++ b/script/test/test3.py @@ -4,6 +4,7 @@ Processing and plotting scan data inp.write(0.0) scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1") +time.sleep(3.0) scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2") from operator import add