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

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

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)