e=sfp0', channels=list(range(0,1)),
got this working.
From: Rob Kossler
Sent: Tuesday, March 16, 2021 2:28:48 PM
To: Robert Clancy
Cc: Robin Coxe; usrp-users@lists.ettus.com
Subject: Re: [USRP-users] Re: WhiteRabbit switch with an N321
Robert,
Perhaps
Robert,
Perhaps try with the device args set to "time_source=sfp0" rather than just
using the function call that you are using.
BTW, I am also struggling a bit trying to get my WR Switch to work with my
N310, but for different reasons. Mine is starting OK, but then I get a
warning "Board 0 may no
Hi Robin,
Thanks for thinking about this. I do set the time source- in the python script
there is a line:
self.uhd_usrp_source_0.set_time_source("sfp0")
Robert
From: Robin Coxe
Sent: Monday, March 15, 2021 7:12:35 PM
To: Robert Clancy
Cc: usrp-users@list
Hi Robert. I think your issue may be that you need to set the time source
in UHD to sfp0:
https://kb.ettus.com/Using_Ethernet-Based_Synchronization_on_the_USRP%E2%84%A2_N3xx_Devices
(Scroll down to the "System Configuration" section).
-Robin
On Mon, Mar 15, 2021 at 11:57 AM Robert Clancy wrot