___
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
___
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
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
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
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