Hi,

I have the same error with c++ example rfnoc_radio_loopback.cpp, if I set

   --tx-blockid='0/Radio#0' --tx-chan=0 --rx-blockid='0/Radio#0 --rx-chan=1
when I want to use RF-A Tx/Rx and RF-A Rx2 ports on one single daughter board, 
then I have to build the graph manually and disable this 
property_propagation_active at connecting nodes.

sincerely

Kasim
________________________________
From: [email protected] <[email protected]>
Sent: 18 March 2021 19:27:46
To: [email protected]
Subject: [USRP-users] Disabling property_propagation_active - [ERROR] 
[RFNOC::GRAPH::DETAIL]


Hi all,

I get the following error when running gnuradio with a RFNoC block created 
following UHD 4 guide.


[ERROR] [RFNOC::GRAPH::DETAIL] Adding edge 0/passthrough#0:1 -> 0/DUC#0:0 
without disabling property_propagation_active will lead to unresolvable graph!

Traceback (most recent call last):

File "/home/wisp/rfnoc_ws/rfnoc-test/examples/pass_through.py", line 236, in 
<module>

main()

File "/home/wisp/rfnoc_ws/rfnoc-test/examples/pass_through.py", line 212, in 
main

tb = top_block_cls()

File "/home/wisp/rfnoc_ws/rfnoc-test/examples/pass_through.py", line 156, in 
__init__

self.rfnoc_graph.connect(self.test_passthrough_0.get_unique_id(), 1, 
self.ettus_rfnoc_duc_0.get_unique_id(), 0, False)

File "/usr/local/lib/python3/dist-packages/ettus/ettus_swig.py", line 2045, in 
connect

return _ettus_swig.rfnoc_graph_sptr_connect(self, *args)

RuntimeError: RfnocError: Adding edge without disabling 
property_propagation_active will lead to unresolvable graph!


Has anyone run into this error before and know the reason behind?


Thanks
_______________________________________________
USRP-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to