discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] How to run two graphs simultaneously


From: Ying Dai
Subject: [Discuss-gnuradio] How to run two graphs simultaneously
Date: Sat, 10 Oct 2009 17:19:30 +0800

Hi all,
I want to run two graph simultaneously. Codes are like following:
fg=gr.topblock()
fg.connect(//some blocks)
fg.connect(//some blocks)
fg .start()
It didn't work and now I know there can be only one topblock running. But is there any way else to run two parallel graphs? Can anyone show me some example codes?
Best Regards,

Ying Dai

reply via email to

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