Hi Ben, A fix for this that will be merged soon. For now, you can use this patch.
Jonathon On Tue, Dec 15, 2020, 16:09 Robert Wilson via USRP-users < usrp-users@lists.ettus.com> wrote: > Hello All, > > uhd 4.0 > gnuradio 3.8 > ubuntu 20.04 > > > When in GnuRadio and attaching a RFNoC Digital Upconverter to the RFNoC > Tx Radio Block we are receiving an error message: > > TypeError: make() takes 4 positional arguments but 5 were given > > Is this a known issue? How do you correct this? > > Thanks, > Ben > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >
From 81806669e94fb4012184741a2461f5cea633730c Mon Sep 17 00:00:00 2001 From: Jonathon Pendlum <jonathon.pend...@ettus.com> Date: Sun, 18 Oct 2020 21:56:50 -0400 Subject: [PATCH] grc: Fix DUC parameters --- grc/ettus_rfnoc_duc.block.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/grc/ettus_rfnoc_duc.block.yml b/grc/ettus_rfnoc_duc.block.yml index 5383902..bf96a5b 100644 --- a/grc/ettus_rfnoc_duc.block.yml +++ b/grc/ettus_rfnoc_duc.block.yml @@ -8,7 +8,6 @@ templates: make: |- ettus.rfnoc_duc( self.rfnoc_graph, - ${num_chans}, uhd.device_addr(${block_args}), ${device_select}, ${instance_index}) -- 2.25.1
_______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com