Re: [Discuss-gnuradio] modifying the top block

2013-01-31 Thread Ben Hilburn
Have you looked up the Python docs for that module? http://docs.python.org/2/library/optparse.html Cheers, Ben On Thu, Jan 31, 2013 at 6:39 AM, Juan Daniel Fernandez Martinez < jdfernan...@icesi.edu.co> wrote: > Hi everyone, > I created some blocks using c++, gr_modtools and used GRC in order

[Discuss-gnuradio] modifying the top block

2013-01-31 Thread Juan Daniel Fernandez Martinez
Hi everyone, I created some blocks using c++, gr_modtools and used GRC in order to define the functionality. Now I need to pass parameters to the graph by console. I used as example wfm_rx_block so as to get the OptionParser functionality. The problem is that is not working, when I use one of th