Re: [Discuss-gnuradio] Calling a GRC file in another GUI

2014-05-28 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ali, that's a core concept explained in the "Writing Python Applications" tutorial and is referenced in the "How to write an OOT module" tutorial. I was assuming you read both; if not, please do. Greetings, Marcus On 28.05.2014 04:59, jason sam

Re: [Discuss-gnuradio] Calling a GRC file in another GUI

2014-05-27 Thread jason sam
ok but whats a hier block? Regards, Ali On Tue, May 27, 2014 at 6:06 PM, Marcus Müller wrote: > Yes, you can generate python out of that GRC file. > > The usual way to go is creating a GRC flowgraph, and generating a hier > block out of that, then using that hier block in your main Python progr

Re: [Discuss-gnuradio] Calling a GRC file in another GUI

2014-05-27 Thread Marcus Müller
Yes, you can generate python out of that GRC file. The usual way to go is creating a GRC flowgraph, and generating a hier block out of that, then using that hier block in your main Python program. Greetings, Marcus On 27.05.2014 11:37, jason sam wrote: > Hi, > If i make a GUI in python language

[Discuss-gnuradio] Calling a GRC file in another GUI

2014-05-27 Thread jason sam
Hi, If i make a GUI in python language and i want to call a GRC file from that GUI by pressing a button or something,then it's possible to call a file like that?? Regards, Ali ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.or