discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: consume method not defined error


From: George Edwards
Subject: Re: consume method not defined error
Date: Sun, 4 Jul 2021 07:47:54 -0500

Hi Marcus,

Thank you! 

Friday evening, I was searching online and found out that I needed to use self.consume. I have not had time to make that correction to see if it works, but will do so later today!

Thanks again for your help!

Regards,
George

On Sat, Jul 3, 2021 at 5:17 PM Marcus Müller <mueller@kit.edu> wrote:
Hey George,

did you maybe forget that `consume` is a member of the class, and not just a freestanding
name? You'd want to use `self.consume`, not just `consume`.

Best regards
Marcus

On 02.07.21 22:33, George Edwards wrote:
> Hello,
>
> I am working with Gnuradio 3.8. 
>
> In response to my recent question, I think I found out why my program ran away in an
> infinite loop. It was because I was not consuming the inputs. So at the end of the loop in
> the general_work method when I used all the incoming data, I added the following line:
> consume(0,len(input_items[0])
> Gnuradio seems to have a problem with this and issues an error that the consume method was
> not defined. How can I fix this? 
>
> Thank you!
>
> Regards,
> George
>
>


reply via email to

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