Re: [USRP-users] Python uhd API

2019-01-21 Thread Florez Manduca, Luz E CIV USARMY (USA) via USRP-users
Subject: [Non-DoD Source] Re: [USRP-users] Python uhd API All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser. __

Re: [USRP-users] Python uhd API

2019-01-17 Thread Florez Manduca, Luz E CIV USARMY (USA) via USRP-users
Subject: [Non-DoD Source] Re: [USRP-users] Python uhd API All active links contained in this email were disabled. Please verify the identity of the sender, and confirm the authenticity of all links contained within the message prior to copying and pasting the address to a Web browser. __

Re: [USRP-users] Python uhd API

2019-01-16 Thread Nate Temple via USRP-users
Hi Luz, You can call the api calls just as you would in C++ from the usrp object. For example: usrp = uhd.usrp.MultiUSRP(args.args) usrp.set_clock_source("external") usrp.set_time_source("external") Regards, Nate Temple On Wed, Jan 16, 2019 at 2:51 PM Florez Manduca, Luz E CIV USARMY

[USRP-users] Python uhd API

2019-01-16 Thread Florez Manduca, Luz E CIV USARMY (USA) via USRP-users
Does anyone have any sample python uhd API code to select the clock source (internal, external, GPSDO)? The UHD manual has no documentation on the python uhd APIs (only the C++ ones and I am quite lost there). Any suggestion would be greatly appreciated. Thank you very much. Sincerely. Luz