Skip to content

Commit

Permalink
doc/dds: fix init timing margin
Browse files Browse the repository at this point in the history
sbourdeauducq committed Mar 29, 2016
1 parent 74b71e5 commit e6da8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/coredevice/dds.py
Original file line number Diff line number Diff line change
@@ -135,7 +135,7 @@ def init(self):
This function cannot be used in a batch; the correct way of
initializing multiple DDS channels is to call this function
sequentially with a delay between the calls. 500us provides a good
sequentially with a delay between the calls. 2ms provides a good
timing margin."""
dds_init(now_mu(), self.bus_channel, self.channel)

0 comments on commit e6da8f7

Please sign in to comment.