Re: Dynamic instances in hierarchical blocks

2019-10-29 Thread Ivan Iudice
Hi Marcus, I implemented the hierarchical block directly in python and it worked! Thanks for support. Ivan > Il giorno 29 ott 2019, alle ore 00:35, Müller, Marcus (CEL) > ha scritto: > > Hi Ivan, > > that sounds a classical case of impossible to do in graphical, trivial > to do in Python. >

Re: Dynamic instances in hierarchical blocks

2019-10-28 Thread CEL
Hi Ivan, that sounds a classical case of impossible to do in graphical, trivial to do in Python. So, write your hier block in Python – you could also base it on your GRC-generated python file (and save it somewhere else, so that it doesn't get overwritten). Best regards, Marcus On Mon, 2019-10-2

Dynamic instances in hierarchical blocks

2019-10-28 Thread Ivan Iudice
Hi all! I’m implementing my own testbed in GRC using hierarchical blocks to obtain a clearer flowgraph. I need to have a dynamic amount of instances of a particular sub-block, that I can set as parameter of the higher level block. How can I solve my problem? It could be very cool! Thank you. Iva