2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

test_analyzer: configure loop_out as output

This commit is contained in:
Sebastien Bourdeauducq 2020-07-16 19:28:58 +08:00
parent eb28d7be3a
commit 8510bf4e55

View File

@ -15,6 +15,8 @@ class CreateTTLPulse(EnvExperiment):
def initialize_io(self):
self.core.reset()
self.loop_in.input()
self.loop_out.output()
delay(1*us)
self.loop_out.off()
@kernel