From 50888865e73d3acc2c5be32b78a4e478fa956f4d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 29 Mar 2016 12:01:22 +0800 Subject: [PATCH] doc/dds: fix init timing margin --- artiq/coredevice/dds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/dds.py b/artiq/coredevice/dds.py index 24b643a6a..120ede4c1 100644 --- a/artiq/coredevice/dds.py +++ b/artiq/coredevice/dds.py @@ -145,7 +145,7 @@ class _DDSGeneric: 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)