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: David Halls
Subject: Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block
Date: Mon, 16 Jun 2014 17:02:30 +0000

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

Regards,

David
________________________________________
From: address@hidden address@hidden on behalf of Martin Braun address@hidden
Sent: 13 June 2014 19:45
To: address@hidden
Subject: Re: [Discuss-gnuradio] Using set_min_output_buffer() in Python block

On 13.06.2014 15:49, David Halls wrote:
> 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?

Hey David,

sure, this function is available in Python. It's even in GRC, if you
want to create code to see how it's used.

M
>
> Regards,
>
> David
>
> ________________________________
>
> NOTE: The information in this email and any attachments may be
> confidential and/or legally privileged. This message may be read, copied
> and used only by the intended recipient. If you are not the intended
> recipient, please destroy this message, delete any copies held on your
> system and notify the sender immediately.
>
> Toshiba Research Europe Limited, registered in England and Wales
> (2519556). Registered Office 208 Cambridge Science Park, Milton Road,
> Cambridge CB4 0GZ, England. Web: www.toshiba.eu/research/trl
> <http://www.toshiba.eu/research/trl>
>
>
> ------------------------------------------------------------------------
> This email has been scanned for email related threats and delivered
> safely by Mimecast.
> For more information please visit http://www.mimecast.com
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

________________________________

NOTE: The information in this email and any attachments may be confidential and/or legally privileged. This message may be read, copied and used only by the intended recipient. If you are not the intended recipient, please destroy this message, delete any copies held on your system and notify the sender immediately.

Toshiba Research Europe Limited, registered in England and Wales (2519556). Registered Office 208 Cambridge Science Park, Milton Road, Cambridge CB4 0GZ, England. Web: www.toshiba.eu/research/trl



This email has been scanned for email related threats and delivered safely by Mimecast.
For more information please visit http://www.mimecast.com

reply via email to

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