mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-07 17:43:34 +08:00
test_analyzer: loop_out.off()
This commit is contained in:
parent
385e8d98fc
commit
a2e4f95a00
@ -13,6 +13,7 @@ class CreateTTLPulse(EnvExperiment):
|
|||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.loop_in.input()
|
self.loop_in.input()
|
||||||
|
self.loop_out.off()
|
||||||
delay_mu(8)
|
delay_mu(8)
|
||||||
with parallel:
|
with parallel:
|
||||||
self.loop_in.gate_both_mu(1200)
|
self.loop_in.gate_both_mu(1200)
|
||||||
|
Loading…
Reference in New Issue
Block a user