forked from M-Labs/artiq
test_analyzer: configure loop_out as output
This commit is contained in:
parent
eb28d7be3a
commit
8510bf4e55
|
@ -15,6 +15,8 @@ class CreateTTLPulse(EnvExperiment):
|
||||||
def initialize_io(self):
|
def initialize_io(self):
|
||||||
self.core.reset()
|
self.core.reset()
|
||||||
self.loop_in.input()
|
self.loop_in.input()
|
||||||
|
self.loop_out.output()
|
||||||
|
delay(1*us)
|
||||||
self.loop_out.off()
|
self.loop_out.off()
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
|
|
Loading…
Reference in New Issue