Re: [USRP-users] Python uhd API

2019-01-21 Thread Florez Manduca, Luz E CIV USARMY (USA) 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

Re: [USRP-users] Python uhd API

2019-01-17 Thread Florez Manduca, Luz E CIV USARMY (USA) 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

[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 El

Re: [USRP-users] GPS data acquisition with the X310

2018-12-14 Thread Florez Manduca, Luz E CIV USARMY (USA) via USRP-users
ecially given your specific deviations from standard equipment, given during our extensive email conversations will allow you to work your way through this. Best regards, Marcus Müller [0] Caution-http://marcus.hostalia.de/LinuxForGNSS-SDR.ova [1] Caution-https://gnss-sdr.org/conf/ On Thu, 2018-12

[USRP-users] GPS data acquisition with the X310

2018-12-13 Thread Florez Manduca, Luz E CIV USARMY (USA) via USRP-users
Can any of you point me in the right direction in how to collect good GPS data with the X310 whether using the X310 internal 10 MHz reference, or external 10 MHz reference or GPSDO clock, depending on which one will work? How to use the PPS port with any of these choices and so on. Thank you ve