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

View File

@@ -0,0 +1,9 @@
def after_read(rec, scan):
if rec["sin"] < 15.0:
rec.invalidate()
time.sleep(0.1)
r1 = mscan(sin, [sin], 25, after_read=after_read)