forked from M-Labs/artiq
coredevice/dds: fix bus_channel doc
This commit is contained in:
parent
bb91582acc
commit
1c4c5c9d96
|
@ -172,8 +172,8 @@ class DDSChannel:
|
||||||
|
|
||||||
The time cursor is not modified by any function in this class.
|
The time cursor is not modified by any function in this class.
|
||||||
|
|
||||||
:param bus: name of the DDS bus device that this DDS is connected to.
|
:param bus_channel: RTIO channel number of the DDS bus.
|
||||||
:param channel: channel number of the DDS device to control.
|
:param channel: channel number (on the bus) of the DDS device to control.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
kernel_invariants = {
|
kernel_invariants = {
|
||||||
|
|
Loading…
Reference in New Issue