Skip to content

Commit

Permalink
dds: fix docstring, closes #540
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 16, 2016
1 parent 283fc90 commit 310acca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions artiq/coredevice/dds.py
Original file line number Diff line number Diff line change
@@ -233,6 +233,7 @@ def init_sync(self, sync_delay=0):
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)

0 comments on commit 310acca

Please sign in to comment.