Hi,\ I have the same problem working with GNURadio.\ In the python generated, where connections are done, there are calls to the\ "connect" method of rfnoc_graph (something like this:\ self.rfnoc_graph.connect(self.ettus_rfnoc_ddc_0.get_unique_id(), 0,\ self.ettus_rfnoc_fft_0.get_unique_id(), 0, False))\ The last argument is the "skip_property_propagation" as it said in the UHD\ manual\ (<https://files.ettus.com/manual/classuhd_1_1rfnoc_1_1rfnoc__graph.html>)\ I have tried to set it to True in the connection I get the error, but it\ still gives the same error. Maybe changing all the connections with this\ option? Not sure about what does this option exactly.\ Have you found anything else?\ Kind Regards,\ Maria
_______________________________________________ USRP-users mailing list -- usrp-users@lists.ettus.com To unsubscribe send an email to usrp-users-le...@lists.ettus.com