From 310acca372728d44012dfb2f6680eb1735c570d2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 16 Aug 2016 14:55:30 +0800 Subject: [PATCH] dds: fix docstring, closes #540 --- artiq/coredevice/dds.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/artiq/coredevice/dds.py b/artiq/coredevice/dds.py index 3ef8cc8b5..ffec5d710 100644 --- a/artiq/coredevice/dds.py +++ b/artiq/coredevice/dds.py @@ -233,6 +233,7 @@ class AD9914(_DDSGeneric): sequentially with a delay between the calls. 10ms provides a good timing margin. - :param sync_delay: integer from 0 to 0x3f that sets value of - SYNC_OUT (bits 3-5) and SYNC_IN (bits 0-2) delay ADJ bits.""" + :param sync_delay: integer from 0 to 0x3f that sets the value of + SYNC_OUT (bits 3-5) and SYNC_IN (bits 0-2) delay ADJ bits. + """ dds_init_sync(now_mu(), self.bus_channel, self.channel, sync_delay)