forked from M-Labs/artiq
Fix ADF3536 having RTIO channel names
The channel in this device refers to a channel on the mirny, not an RTIO channel.
This commit is contained in:
parent
4417acd13b
commit
0bf57f4ebd
|
@ -74,8 +74,8 @@ class ADF5356:
|
||||||
self._init_registers()
|
self._init_registers()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_rtio_channels(channel, **kwargs):
|
def get_rtio_channels(**kwargs):
|
||||||
return [(channel, None)]
|
return []
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def init(self, blind=False):
|
def init(self, blind=False):
|
||||||
|
|
Loading…
Reference in New Issue