Thanks for the quick work on this. Setting max noutputitems from grc
works fine now.
Regards, Devin
----- Reply message -----
From: “Josh B.” [email protected]
To: [email protected]
Cc: [email protected]
Subject: [Discuss-gnuradio] Does GRAS support setting max noutput_items?
Date: Sun, Jul 14, 2013 12:27 pm
On 07/14/2013 02:43 PM, Devin Butterfield wrote:
“/opt/gnuradio/lib/python2.7/dist-packages/grc_gnuradio/wxgui/top_block_gui.py”,
line 76, in Run
self.start(max_nouts)
TypeError: start() takes exactly 1 argument (2 given)
Is this feature broken?
Yea, Its in the block config that can be set at the global config level
or the block level, or the port level.
Its also available in the wrapper set set_max_noutput_items on the
blocks, it just didnt get into the second parameter for the run/start
API calls. I can add it…
Just curious… What are you trying to do at a high level? Constrain the
available buffer that a block can produce (without upstream consuming)?
Constrain the maximum number of items in a single call to work? etc…
-josh
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.