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?
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.