discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] problem with top_block.stop()


From: Sumedha Goyal
Subject: [Discuss-gnuradio] problem with top_block.stop()
Date: Tue, 17 Dec 2013 22:53:00 +0530

I am trying to pass two different parameters to my top_block class 
I m not able to do this please help. The control of program gets stuck at tb.stop() and doesn't go beyond that.

tb=top_block(options,0.8)
tb.start()
tb.wait()
tb.stop()
sleep(5)
print "I AM BACK"
tb1=top_block(options,0.4)
tb1.start()
tb1.wait()
tb1.stop()
sleep()

Regards,
Sumedha

reply via email to

[Prev in Thread] Current Thread [Next in Thread]