Re: [Discuss-gnuradio] Multiple Flowgraph

2016-05-18 Thread redsalsifi
Hi, You can "generate" a python files from a GRC (F5 key), it will create "top_block.py" which can be launched from command line. So, it's possible to generate a python file from each grc and to execute them as you want from a script. However in your case, it seems that the second flow graph

[Discuss-gnuradio] Multiple Flowgraph

2016-05-18 Thread Simone Ciccia S210664
I'd like to know if there is a way to execute multiple flowgraphs sequentially. for example, the first flow graph transmits data from file, when it finishes, the first flow graph becomes inactive, while another flow graph is activated to receive data. The two flow graph are executed sequentiall