This commit is contained in:
2023-05-01 11:28:04 +02:00
parent 3a83f3cf34
commit abe3bcb19c
265 changed files with 28663 additions and 1295 deletions

2
script/test/TestVscan.py Normal file
View File

@@ -0,0 +1,2 @@
vector = [ 1, 3, 5, 10, 25, 40, 45, 47, 49]
r1 = vscan(motor,(sin),vector,False, 0.5, relative=True,title = "1D Vector", before_read=None, after_read=None)