mirror of https://github.com/m-labs/artiq.git
doc/dds: fix init timing margin
This commit is contained in:
parent
74b71e5f64
commit
e6da8f778e
|
@ -135,7 +135,7 @@ class _DDSGeneric:
|
||||||
|
|
||||||
This function cannot be used in a batch; the correct way of
|
This function cannot be used in a batch; the correct way of
|
||||||
initializing multiple DDS channels is to call this function
|
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."""
|
timing margin."""
|
||||||
dds_init(now_mu(), self.bus_channel, self.channel)
|
dds_init(now_mu(), self.bus_channel, self.channel)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue