discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] How to stop a hier_block2?


From: Alexandru Csete
Subject: Re: [Discuss-gnuradio] How to stop a hier_block2?
Date: Mon, 19 Jul 2010 18:23:38 +0200

I was thinking of putting them in different top blocks, but maybe
that's not possible, I don't know.

Alex

On 19 July 2010 17:11, killoqg <address@hidden> wrote:
>
>  Thanks for your response Alex.
>
>  The hier_block2 blocks do not have start/stop methods, and I can not stop
> my top_block because I have another hier_block that I need to be running
> (one hier_block2 sensing and x hier_block2 transmitting dynamically).
>
>
> Alexandru Csete-3 wrote:
>>
>> On 19 July 2010 16:18, killoqg <address@hidden> 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
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
>
> --
> View this message in context: 
> http://old.nabble.com/How-to-stop-a-hier_block2--tp29205188p29205737.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>



reply via email to

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