This is just a wish, but it would be nice if the set_start_time sequence shown below could be added to the UHD Sink and Source blocks in GRC. Seems generic enough (with the delay as a variable).

Ron

On 06/25/2015 03:27 AM, Marcus Müller wrote:
now = usrp_source0.get_time_now() #or however your source is called
starttime = now + uhd.time_spec(1.5) #1.5 seconds in the future
usrp_sink0.set_start_time(starttime)



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

Reply via email to