Re: [USRP-users] USRP Timed command in GR (stream TX and command port RX) simulaneous

2018-01-02 Thread Marcus Müller via USRP-users
entation and side > effects management...)? > Or through RFNoC? > > Claude > > > -Message d'origine- > De : Marcus Müller [mailto:marcus.muel...@ettus.com] > Envoyé : jeudi 28 décembre 2017 15:58 > À : LEMENAGER Claude; usrp-users@lists.ettus.com > Objet

Re: [USRP-users] USRP Timed command in GR (stream TX and command port RX) simulaneous

2018-01-02 Thread LEMENAGER Claude via USRP-users
in GR (stream TX and command port RX) simulaneous Hi Claude, there's only one FIFO per radio. "Tags" is a GNU Radio concept. GNU Radio's USRP blocks take these tags and messgaes, and issue UHD tune_request. So, yes, in the end, there's only one way to tune, and that goes

Re: [USRP-users] USRP Timed command in GR (stream TX and command port RX) simulaneous

2017-12-28 Thread Marcus Müller via USRP-users
Hi Claude, there's only one FIFO per radio. "Tags" is a GNU Radio concept. GNU Radio's USRP blocks take these tags and messgaes, and issue UHD tune_request. So, yes, in the end, there's only one way to tune, and that goes through a FIFO. Best regards, Marcus On Thu, 2017-12-21 at 11:35 +0100,

[USRP-users] USRP Timed command in GR (stream TX and command port RX) simulaneous

2017-12-21 Thread LEMENAGER Claude via USRP-users
Hello, As no answer received, and after an (not in depth) analysis of USRP_SINK, USRP_SOURCE, I found: - Dsp_freq and lo_freq message were associated with POLICY_MANUAL on the other parameter (then, when a dsp_treq message is issued, a full tuning of analog board is performed) - O