From 511913230f8bc22e17b2492c262d63fb5343bd84 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Thu, 14 Apr 2016 22:57:16 +0800 Subject: [PATCH] test_analyzer: loop_out.off() --- artiq/test/coredevice/test_analyzer.py | 1 + 1 file changed, 1 insertion(+) 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)