diff --git a/artiq/test/coredevice/test_analyzer.py b/artiq/test/coredevice/test_analyzer.py index c8e506c23..a322f4c2b 100644 --- a/artiq/test/coredevice/test_analyzer.py +++ b/artiq/test/coredevice/test_analyzer.py @@ -13,6 +13,7 @@ class CreateTTLPulse(EnvExperiment): @kernel def run(self): self.loop_in.input() + self.loop_out.off() delay_mu(8) with parallel: self.loop_in.gate_both_mu(1200)