fix roi test

This commit is contained in:
2025-08-05 16:54:35 +02:00
parent f468c20c57
commit 292e057004
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ def loadBasicSettings(name, d, fp):
elif name == "mythen3":
d.setExptime(-1, timedelta(microseconds = 200))
d.dr = 16
d.counters = [0, 1]
d.counters = [0, 1, 2]
elif name == "gotthard2":
d.exptime = timedelta(microseconds = 200)
d.burstmode = burstMode.CONTINUOUS_EXTERNAL