On 03/21/2018 07:25 AM, Андрей 1 via USRP-users wrote:
Hello
Can I use uhd_usrp_set_rx_freq
between UHD_STREAM_MODE_START_CONTINUOUS
and UHD_STREAM_MODE_STOP_CONTINUOUS.
Another question is about using uhd_usrp_get_time_now inside streaming.
Let's say I need to switch the antennas. The B210 board does not have
a GPIO and then I use an external switch and request the time using
uhd_usrp_get_time_now.But I need to call this command in the stream
before uhd_rx_streamer_recv so that then comparing the metadata time
to find the data corresponding to the switching time.
Can I use any commands at the time of streaming?
Thank you
YES, absolutely.
Streaming and configuration commands are separate, and you don't need to
stop streaming to re-tune, or change gain, or switch antennas, etc.
_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com