Re: [Discuss-gnuradio] GRC | Block to Variable

2013-11-06 Thread Aditya Dhananjay
Update: I had tried to use "Function Probe" to accomplish this task, but couldn't get it to work. After the latest pull from the git repo, it works! Best, Aditya On Wed, Nov 6, 2013 at 2:54 PM, Aditya Dhananjay wrote: > Hello! > > In GRC, is it possible to store the latest output of a block

[Discuss-gnuradio] GRC | Block to Variable

2013-11-06 Thread Aditya Dhananjay
Hello! In GRC, is it possible to store the latest output of a block into a variable? Let's say I have a block "A" that is outputting floats. I want to save the latest output of block "A" into a variable "var" such that a block "B" can read "var" asynchronously if it needs to. Thanks! Aditya