From 939a99b74c34973d9845108d83e4a1f9a3057782 Mon Sep 17 00:00:00 2001 From: Alexandre Gobbo Date: Mon, 27 Apr 2020 10:01:46 +0200 Subject: [PATCH] Script execution --- script/test/test1.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/script/test/test1.py b/script/test/test1.py index fbf5a80..cb9c72e 100755 --- a/script/test/test1.py +++ b/script/test/test1.py @@ -14,7 +14,7 @@ Line Scan #set_exec_pars(name="out", open=False) -1/0 + print get_exec_pars().path def before_pass(pass_num): print "Starting pass: " , pass_num @@ -23,7 +23,8 @@ def after_pass(pass_num): #set_exec_pars(layout="sf") - +while True: + sleep(1.0) ret= lscan(inp, (sin,out), 0, 40, 50, 0.2, passes = 1, before_pass = before_pass, after_pass=after_pass,title = "Test") #set_exec_pars(then="run('test/test3.py)") #set_return([1.0, 3, [1,2,3,4]])