Skip to content

Commit 310acca

Browse files
committedAug 16, 2016
dds: fix docstring, closes #540
1 parent 283fc90 commit 310acca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

Diff for: ‎artiq/coredevice/dds.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ def init_sync(self, sync_delay=0):
233233
sequentially with a delay between the calls. 10ms provides a good
234234
timing margin.
235235
236-
:param sync_delay: integer from 0 to 0x3f that sets value of
237-
SYNC_OUT (bits 3-5) and SYNC_IN (bits 0-2) delay ADJ bits."""
236+
:param sync_delay: integer from 0 to 0x3f that sets the value of
237+
SYNC_OUT (bits 3-5) and SYNC_IN (bits 0-2) delay ADJ bits.
238+
"""
238239
dds_init_sync(now_mu(), self.bus_channel, self.channel, sync_delay)

0 commit comments

Comments
 (0)
Please sign in to comment.