discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] How to get time from GPSDO


From: Nowlan, Sean
Subject: Re: [Discuss-gnuradio] How to get time from GPSDO
Date: Fri, 17 Feb 2012 17:58:44 +0000

Just to enhance my (and everyone's) knowledge, does that call give you 
information substantially different from get_time_now()? Other than you get a 
UHD Time Spec with seconds and fractional seconds?

Sean

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Josh Blum
Sent: Friday, February 17, 2012 12:55 PM
To: address@hidden
Subject: Re: [Discuss-gnuradio] How to get time from GPSDO


> 
> and thought usrp->get_mboard_sensor is the function that I need. But I 
> don't know how to use this function in GNURadio. It seems that the 
> code is written in C++. So can I use it directly in GNURadio?
> 
>  

All the functions are brought into python via swig, so:
http://gnuradio.org/cgit/gnuradio.git/tree/gr-uhd/include/gr_uhd_usrp_sink.h#n279

you would do this python:
secs = the_usrp_block.get_mboard_sensor("gps_time").to_int()

-Josh

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]