Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-17 Thread Martin Braun
On 16.06.2014 19:02, David Halls wrote: Hey Martin, My calls using self.set_min_output_buffer(4096*2) and self.set_min_noutput_items(4096) fail at runtime. Perhaps I am missing some import statements? AttributeError: 'bsld_dec_butterfly_cfb' object has no attribute 'set_min_output_buffer'

Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-17 Thread David Halls
From: Activecat [active...@gmail.com] Sent: 17 June 2014 08:39 To: discuss-gnuradio@gnu.org Cc: David Halls Subject: Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block On Tue, Jun 17, 2014 at 1:02 AM, David Halls david.ha

Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-17 Thread Activecat
On Tue, Jun 17, 2014 at 6:16 PM, David Halls david.ha...@toshiba-trel.com wrote: Thanks Activecat!! I had the problem that out_rc[0:len(rcABm)] = rcABm ValueError: operands could not be broadcast together with shapes (4096) (5376) where out_rc = output_items[3] using

Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-16 Thread David Halls
From: discuss-gnuradio-bounces+david.halls=toshiba-trel@gnu.org [discuss-gnuradio-bounces+david.halls=toshiba-trel@gnu.org] on behalf of Martin Braun [martin.br...@ettus.com] Sent: 13 June 2014 19:45 To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Using

[Discuss-gnuradio] Using set_min_output_buffer() in Python block

2014-06-13 Thread David Halls
Dear All, Is it possible to use set_min_output_buffer() in Python? I want to be able to output more than 4096 items from a Python block during one call to the work function. Is there a way to do this? Regards, David NOTE: The information in this email and