forked from M-Labs/artiq
sawg/examples: add a bit more slack
This commit is contained in:
parent
05b57f5110
commit
f369cb97f7
|
@ -15,6 +15,8 @@ class SAWGTestTwoTone(EnvExperiment):
|
||||||
@kernel
|
@kernel
|
||||||
def run(self):
|
def run(self):
|
||||||
self.core.reset()
|
self.core.reset()
|
||||||
|
delay(1*ms)
|
||||||
|
|
||||||
self.ttl_sma.output()
|
self.ttl_sma.output()
|
||||||
|
|
||||||
self.sawg0.reset()
|
self.sawg0.reset()
|
||||||
|
|
Loading…
Reference in New Issue