I changed my code in benchmark_tx.py as follow. But the program
blocked at the tb.wait().

tb.start() // this is the first time
tb.stop()
tb.wait() // block here
self.u.set_inter_rate(xxx)
tb.start()

On Tue, Nov 18, 2008 at 11:14 AM, Firas A. <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> If tb is your topblock, you can try the following :
>
> tb.stop()
> tb.wait()
> self.u.set_inter_rate(xxx)
> tb.start()
>
>
> Don't forget to give us a feed back.
>
>
> Best Regards,
>
>
> Firas
>
> --
> View this message in context: 
> http://www.nabble.com/how-to-change-the-channel-width-when-data-is-transmitting-tp20471587p20562715.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to