test_analyzer: loop_out.off()

This commit is contained in:
Robert Jördens 2016-04-14 22:57:16 +08:00
parent b36eded2e1
commit 511913230f
1 changed files with 1 additions and 0 deletions

View File

@ -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)