discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Big GRC flowgraphs


From: Seth Hitefield
Subject: Re: [Discuss-gnuradio] Big GRC flowgraphs
Date: Thu, 9 Jun 2016 11:05:27 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

This might be broken in the master branch.

If you select several blocks and right click, there is a 'Create Hier' action under 'More' that will create a new flowgraph for you.

-- Seth

On 06/09/2016 10:47 AM, Marcus Müller wrote:
Hi Andrej, hey Jon,

well, technically, your hier_block2 can also have a io_signature with a variable number of in- and outputs. Haven't tested that in a while (in fact, never with the current scheduler), but in both python and GNU Radio, you'd set the io_signature of your hier_block in the constructor of the same.

However, there's no way to do this in GRC.

Generally, this feels a lot like it would really pay off if you take the time to write a Python hierarchical block – a simple "for" loop could create your 1...N parallel in- and output chains then, and you'd get a lot of flexibility.

Best regards,
Marcus

On 09.06.2016 15:36, Andrej Rode wrote:
Hey John,

you could create a hier-block and parametrize it as needed and then drop it 16+ times in your flowgraph. Or you could create a hier block with a variable number of inputs and outputs, but I'm not sure if that's possible.

Best Regards,
Andrej



On June 9, 2016 2:43:27 PM GMT+02:00, John Ackermann N8UR <address@hidden> wrote:
I'm working on a flowgraph that has a lot of blocks (sets of identical blocks for 16+ channels).

What's the best way to manage this on-screen in GRC?  Can GRC handle multiple sheets, or is there a way to group a bunch of blocks into a "superblock" that shows in the flowgraph as a single block?

Thanks!

John


Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]