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 follows:
> Captura de pantalla 2019-03-18 a la(s) 2.38.42 p. m..png
> The configuration of the block "Variable" is:
> Captura de pantalla 2019-03-18 a la(s) 2.38.54 p. m..png
> I was wondering if there are other ways for doing this?....Is there a
> specific control block that changes an output to a variable?.....is there
> any other way of making an output as a variable?.Â
> Once again, thank you for the help.
Usually, the easiest way is to pipe your output into a Python block, and
then do whatever Pythonic thing you want to do from there.
-- M
No comments:
Post a Comment