discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-uhd timed command messages


From: Martin Braun
Subject: Re: [Discuss-gnuradio] gr-uhd timed command messages
Date: Wed, 2 Mar 2016 13:23:41 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

When using messages, simply add a 'time' key to the command dictionary,
and it will be set for the command you're calling. The time stamp value,
is a long/double pair, for full and fractional time. Example:

{'freq': 1e9, 'time': (100, 0.1)}

If this is your message, it will set the frequency to 1 GHz at time 100.1.

Cheers,
Martin



On 03/02/2016 05:46 AM, Nigel Steed wrote:
> Hi,
> 
>  
> 
> Anyone know or managed to implement the time command using a message
> port to the UHD Source Block ?
> 
>  
> 
> I believe time commands are not implemented in the latest GNURadio
> gr-uhd ? Is that correct ?
> 
>  
> 
> Thanks,
> 
>  
> 
> Nigel
> 
> 
> 
> _______________________________________________
> 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]