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

14
script/test/Test2DCont.py Normal file
View File

@@ -0,0 +1,14 @@
STEPS = 10
class Line(ReadonlyRegisterBase):
def doRead(self):
r1 = cscan(m1, (ai1), 0.0, 1.0 , steps=STEPS, save=False)
return r1[ai1]
def getSize(self):
return STEPS+1
line=Line()
lscan(ai2, line, 0, 10, 1.0)