Great!
Thanks!
Replied Message
From
Jeff Long
D
You can edit the embedded block code directly, and it may import other code.
As for including the same code multiple times, you would probably want to
create a hier block (click on the block, type "c") from your embedded
python block, then reuse it wherever you want.
On Thu, Jan 5, 2023 at 9:34 P
thx.
I get understand the whole thing.Take https://wiki.gnuradio.org/index.php?title=Creating_Your_First_Block this for example.When I choose an editor to edit the epy_block, it is temporally saved in C:\User\[user name]\AppData\Local\Temp\epy_block_0_[some char].p
On 05/01/2023 20:32, ke wrote:
Hi.
I'm trying to demodulate an AFSK signal, but I'm getting intermittent
signal on the output. What am I doing wrong?
The GRC file:
https://nas.egzi.duckdns.org/share.cgi?ssid=4977729dc7584c24ad4fd6c941e08301
First thing that pops out at me is that it's
Hi.
I'm trying to demodulate an AFSK signal, but I'm getting intermittent
signal on the output. What am I doing wrong?
The GRC file:
https://nas.egzi.duckdns.org/share.cgi?ssid=4977729dc7584c24ad4fd6c941e08301
Hi David,
I'm not familiar with pylance at all, but since there's no Python
involved at all in GNU Radio running C++ blocks, I don't see how a
python debugger helps – at all.
Cheers,
Marcus
On 1/4/23 20:36, David Reuss wrote:
Hello,
This question is for vscode users of gnuradio. I want to
Embedded python blocks should go wherever the flowgraph goes. The name can
be set using ID in the GRC block.
Please keep the discussion on the mailing list - thanks.
On Wed, Jan 4, 2023 at 9:59 PM wieniawski wrote:
> thx
>
> GRC_HIER_PATH EnvVar works quite well!
>
> However, GRC_BLOCKS_PATH do