Closedown

This commit is contained in:
boccioli_m
2015-05-21 14:34:13 +02:00
parent 3db8b0fdb9
commit 945b1f1b14
2 changed files with 4 additions and 2 deletions

View File

@@ -8,4 +8,5 @@ vector = [ [1,1] , [1,2] , [1,3] , [1,4] ,
[2.5,2.5] ,
[3,1] , [3,2] , [3,3] , [3,4] ]
a= vscan((dev,inp),(sin,out),vector,0.1)
#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)