test_analyzer: configure loop_out as output

pull/1489/head
Sebastien Bourdeauducq 2020-07-16 19:28:58 +08:00
parent eb28d7be3a
commit 8510bf4e55
1 changed files with 2 additions and 0 deletions

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