Script execution

This commit is contained in:
2020-04-27 09:59:52 +02:00
parent 109278f4d6
commit 8e590aee2d
-1
View File
@@ -6,7 +6,6 @@ inp.write(0.0)
scan1= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 1") 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") scan2= lscan(inp, (sin,out,arr), 0, 40, 20, 0.1, False, title="Scan 2")
from operator import add from operator import add
result = map(add, scan1.getReadable(0), scan2.getReadable(0)) result = map(add, scan1.getReadable(0), scan2.getReadable(0))