From 0483b8d14cbaa4b53d6f5f830b964445b3cb185d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 28 Jun 2018 17:03:32 +0800 Subject: [PATCH] sayma_drtio: ditto --- artiq/examples/sayma_drtio/repository/sines_drtio.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/artiq/examples/sayma_drtio/repository/sines_drtio.py b/artiq/examples/sayma_drtio/repository/sines_drtio.py index 7d4e2cf35..7f242e4b8 100644 --- a/artiq/examples/sayma_drtio/repository/sines_drtio.py +++ b/artiq/examples/sayma_drtio/repository/sines_drtio.py @@ -16,6 +16,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)