Closedown

This commit is contained in:
x03daop
2015-03-26 16:19:45 +01:00
parent 48af97c3cc
commit e6fcd60b61
18 changed files with 260 additions and 0 deletions

11
script/test/test4.py Normal file
View File

@@ -0,0 +1,11 @@
"""
Vector Scan
"""
vector = [ [1,1] , [1,2] , [1,3] , [1,4] ,
[1.5,2.5] ,
[2,1] , [2,2] , [2,3] , [2,4] ,
[2.5,2.5] ,
[3,1] , [3,2] , [3,3] , [3,4] ]
a= vscan((dev,inp),(sin,out),vector,0.1)