gnuradio / gr-bokehgui

Web based display for GNU Radio applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using [core/variables/] Parameter blocks not possible in grc-files with Generate Options: Bokeh GUI

peter-langer opened this issue · comments

As soon as you use a Parameter block in a grc workflow the generated python file will not start but exit with the following error:

NameError: global name 'name_of_the_parameter' is not defined

Hey @peter-langer,

Can you check the branch bokehgui_param_str at kartikp1995/gnuradio? You can run the GRC with direct script in grc/scripts/gnuradio-companion instead of building the whole repository.

Thanks.