kasli_sawgmaster: reset SAWGs

Most importantly this resets the phase accumulators.
This commit is contained in:
Sebastien Bourdeauducq 2018-06-28 17:01:48 +08:00
parent 729ce58f98
commit 04d6ff45c8
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ class SAWGTestDRTIO(EnvExperiment):
self.core.reset()
for sawg in self.sawgs:
delay(1*ms)
sawg.reset()
for sawg in self.sawgs:
delay(1*ms)
sawg.amplitude1.set(.4)