On 05/25/2018 01:22 PM, Steve Gough wrote:
Thanks Marcus.
I tried the following :
--------------------------------------------
from gnuradio import gr
from gnuradio import uhd
addresses="addr0=192.168.10.5,addr1=192.168.10.2"
uhd_usrp_source_0 = uhd.usrp_source(",".join((addresses,
"")),uhd.stream_args(cpu_format="fc32",channels=range(5),),)
print uhd_usrp_source_0.get_num_mboards()
-----------------------------------------------
However, I get the following error:
UHD Error:
Device discovery error: ValueError: Could not resolve device hint
"addr=192.168.10.2" to a single device.
I am able to ping both the addresses. 192.168.10.2 is the X310 with
the 2 TwinRXs.
Could you please let me know why I am seeing this and how this can be
fixed?
Thanks!
Steve
I'll put together a .grc example later today.
_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com