discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Martin Braun
Subject: Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block
Date: Tue, 17 Jun 2014 11:43:32 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

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'"

Ah, I misunderstood. You want to use this on Python blocks, I thought you just wanted to call it from Python (on C++ blocks). It it's not in the gateway blocks, then it won't work in Python.

Cheers,
Martin




reply via email to

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