This commit is contained in:
2018-04-17 12:05:48 +02:00
parent 14edc0e745
commit 58a1260003
428 changed files with 41350 additions and 477 deletions

20
script/test/test5.py Executable file
View File

@@ -0,0 +1,20 @@
"""
Area Scan
"""
#steps_x = args[0]
#steps_y = args[1]
ret = ascan((dev,out), (sin, arr), (0,10), (20,30), (steps_x,steps_x), 0.02)
#p = get_exec_pars()
#set_return(ret)
#set_return(ret.getData(0))
#set_return([p.getPath()+"|"+get_exec_pars().group+"sin"])
#set_return(p.getPath()+"|"+get_exec_pars().group+"sin")
#set_return([ret.path + "sin", ret.path + "arr"])
av = mean(ret.getReadable(0))
set_return([av, ret.path + sin.name])