diff --git a/pyrelacs/repros/calbi.py b/pyrelacs/repros/calbi.py index a1a0a4a..e5d0b53 100644 --- a/pyrelacs/repros/calbi.py +++ b/pyrelacs/repros/calbi.py @@ -26,7 +26,7 @@ class Calibration(Repos): [0, 1], DURATION, SAMPLERATE, ScanOption=uldaq.ScanOption.EXTTRIGGER ) self.digital_trigger() - ao_device.scan_wait(uldaq.WaitType.WAIT_UNTIL_DONE, 11) + ao_device.scan_wait(uldaq.WaitType.WAIT_UNTIL_DONE, -1) self.digital_trigger(data=0) self.disconnect_dac() embed()