Hi Jerrid, We need to push the fix to gr-ettus, but for now you can use the attached patch.
Jonathon On Wed, Apr 7, 2021 at 3:25 PM Jerrid Plymale <[email protected]> wrote: > Hello All, > > > > It seems I have come across an problem with the DUC RFNoC block from > gr-ettus that was brought up back in November. When I try tunning my > flowgraph, I get the following error: *in__init__ self.ettus_rfnoc_duc_0( > TypeError: make() takes 4 positional arguments but 5 were given* > > > > What do I need to do to fix this? > > > > Best Regards, > > > > Jerrid > _______________________________________________ > USRP-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] >
From 17464c590e1cd819a2f69183f88ab9e56dc8aaf2 Mon Sep 17 00:00:00 2001 From: Jonathon Pendlum <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected]
