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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
