discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] grc dynamic variables


From: Josh Blum
Subject: Re: [Discuss-gnuradio] grc dynamic variables
Date: Thu, 14 May 2009 13:41:31 -0700
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

No, currently the forms.slider cannot have its min and max changed during runtime.

Usually, the work around would be to use more variables to scale the output of the slider according to another variable:

output_value = scalar*slider_value + offset

where offset and scalar can also be graphical variables that can be changed at runtime.

-Josh


davek wrote:
Is there anyway to change the limits of a slider variable during runtime in
grc?



------------------------------------------------------------------------

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




reply via email to

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