Closedown
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
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] ]
|
||||
|
||||
#def vscan(writables, readables, vector, latency=0.0, relative = False, context=None, before_read=None, after_read=None):
|
||||
a= vscan((dev,inp),(sin,out),vector,0.5)
|
||||
Reference in New Issue
Block a user