Re: [Discuss-gnuradio] GRC Building Block Internals

2015-11-10 Thread West, Nathan
Hi John, There's some python embedded in the GRC xml. The block is a python command: 'from gnuradio import analog' The block is another python command: 'analog.wfm_rcv(...)' that uses the analog module that was imported from gnuradio. That python code can come from two places: native py

[Discuss-gnuradio] GRC Building Block Internals

2015-11-10 Thread John B. Wood
Hello, everyone, and I trust most of you will indulge a GRC newbie. After reading some of the online Gnuradio docs, I'm puzzled by what's inside building blocks that appear in the GRC block tree panel. If I select "WBFM Receive" from the "Modulators" tab, for example, I know this defined by t