Closedown

This commit is contained in:
2020-04-09 12:09:37 +02:00
parent 84ecabd490
commit 5f409f8950
3 changed files with 6 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
#Thu Apr 09 11:44:39 CEST 2020
FileSequentialNumber=33
#Thu Apr 09 11:53:00 CEST 2020
FileSequentialNumber=44

View File

@@ -20,12 +20,12 @@ def before_pass(pass_num):
print "Starting pass: " , pass_num
def after_pass(pass_num):
print "Finished pass: " , pass_num
'
#set_exec_pars(layout="sf")
ret= lscan(inp, (sin,out), 0, 40, 10, 0.2, passes = 1, before_pass = before_pass, after_pass=after_pass,title = "Test")
set_exec_pars(then="run('test/test3.py')")
#set_exec_pars(then="run('test/test3.py)")
#set_return([1.0, 3, [1,2,3,4]])
#set_return("T\"es\"t")

View File

@@ -3,8 +3,8 @@ Processing and plotting scan data
"""
inp.write(0.0)
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, "Scan 1")
scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, "Scan 2")
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1")
scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2")
from operator import add