We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8e431 commit b32217cCopy full SHA for b32217c
artiq/coredevice/dds.py
@@ -82,7 +82,7 @@ class _DDSGeneric:
82
:param bus: name of the DDS bus device that this DDS is connected to.
83
:param channel: channel number of the DDS device to control.
84
"""
85
- def __init__(self, dmgr, sysclk, bus_channel, channel, core_dds_device="core_dds"):
+ def __init__(self, dmgr, bus_channel, channel, core_dds_device="core_dds"):
86
self.core_dds = dmgr.get(core_dds_device)
87
self.core = self.core_dds.core
88
self.bus_channel = bus_channel
0 commit comments