I am new to GNURADIO environment. I want the flow graph that i am working with to turn ON and OFF with 5 sec of interval.
I tried tb.start(), tb.wait(), tb.stop() and sleep(5). But that is not working. whenever I try to replace "tb.Run(True)" with any thing the program does not work. Any suggestion will be greatly appreciated. Thanks. ##################### if __name__ == '__main__': parser = OptionParser(option_class=eng_option, usage="%prog: [options]") (options, args) = parser.parse_args() tb = RX_ED_FILE() tb.Run(True) ##################### -- View this message in context: http://gnuradio.4.n7.nabble.com/tb-start-tb-wait-or-tb-stop-dows-not-work-help-tp43791.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio