Re: [Discuss-gnuradio] Block Output as a Variable for Another Block

2019-03-27 Thread Luis Felipe Albarracin Sanchez
Hello all, I tried to add a python block and do the processing, but is not working. The thing is I need that the exit of my block (a floating type output) becomes a variable, that could be called by other blocks to change parameters of the executing blocks, and I failed to do this with the

Re: [Discuss-gnuradio] Block Output as a Variable for Another Block

2019-03-26 Thread Luis Felipe Albarracin Sanchez
Thank you Martin, I will try that and let everybody knows about the result. Kind regards. On Thu, Mar 21, 2019 at 12:25 PM Martin Braun wrote: > On Mon, Mar 18, 2019 at 02:44:30PM -0500, Luis Felipe Albarracin Sanchez > wrote: > >Hello all, > >I am trying to make the output of a block

Re: [Discuss-gnuradio] Block Output as a Variable for Another Block

2019-03-21 Thread Martin Braun
On Mon, Mar 18, 2019 at 02:44:30PM -0500, Luis Felipe Albarracin Sanchez wrote: >Hello all, >I am trying to make the output of a block a variable for other blocks, as >explained here: >https://lists.gnu.org/archive/html/discuss-gnuradio/2012-02/msg00581.html >My flowgraph is as