Exiting mainloop

All,

I would like to modify the code for mainloop in order to make
usrp_fft.py
exit after an interval of time without having to manually close the
window.
I have stepped through the debugger a lot, but to no avail. I profress
ignorance. Any advice on how to accomplish this?

Thanks,

-Written

View this message in context:
http://www.nabble.com/exiting-mainloop-tf2417640.html#a6739498
Sent from the GnuRadio mailing list archive at Nabble.com.

On Tue, Oct 10, 2006 at 08:57:57AM -0700, Written wrote:

All,

I would like to modify the code for mainloop in order to make usrp_fft.py
exit after an interval of time without having to manually close the window.
I have stepped through the debugger a lot, but to no avail. I profress
ignorance. Any advice on how to accomplish this?

Thanks,
-Written

Don’t mess with mainloop.

Add gr.head(…, …) to the pipeline instead.

Eric