On 19 July 2010 16:18, killoqg <pakit...@hotmail.com> wrote:
>
> Hello,
>
> I've defined a hier_block2 to transmit a signal and I need to start/stop it
> under certain conditions. The problem is that I'm not able to stop it. I
> tried it calling the top_block.disconnect(my_hier_block) method. Then I
> tried calling the my_hier_block.disconnect_all() method but none of them
> works. Is that possible or does exist another way to achieve that?

Maybe try the start(), stop(), ... methods
http://gnuradio.org/redmine/wiki/gnuradio/TutorialsWritePythonApplications
-> Controlling flow graphs

Alex

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to