forked from M-Labs/artiq
kasli_sawgmaster: reset SAWGs
Most importantly this resets the phase accumulators.
This commit is contained in:
parent
729ce58f98
commit
04d6ff45c8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue