discuss-gnuradio
[Top][All Lists]
Advanced

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

Problem with adjusting value during runtime in my OOT block


From: Nikoloz Glonti
Subject: Problem with adjusting value during runtime in my OOT block
Date: Sun, 13 Mar 2022 21:06:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

Dear Gnuradio community,

I wrote my block in OOT module. It has function set_constant0(int constant0) which should change value on the go.
I also added callback to grc yaml file. But when I run my flowgraph, I'm having this error "AttributeError: 'SiNK.SiNK_python.adding_ff' object has no attribute 'set_constant0'" .

How can i fix it?

Niko


reply via email to

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