Hi Glen,

In the top right corner of the flow you will see the flow properties box.
In there you can disable the GUI. You can then run your python file
directly, or even call the created class object from another file (have a
look inside the main function to see how the flow is instantiated). You can
also get and set variable values in runtime via Python and have the flow
update, just like you can with the GUI.

On 14 Nov 2019 Thu at 5:28 PM Glen I Langston <glen.i.langs...@gmail.com>
wrote:

> This email is a question concerning the Gnuradio transition from
> a GUI interface to purely python execution.
>
> We’ve developed a series of gnuradio-companion compatible designs
> that are "just about" perfected from our point of view.   Now we’re going
> from interactive mode to fully automatic startup and execution from
> computer reboot.
>
> Our designs now immediately start capturing radio astronomy spectra
> and transient events.
>
> Is there a simple mechanism to turn off and on the GUI interface?  Maybe
> just in the control block?
>
> Sorry if this is an obvious question.
>
> Thanks - Glen
>
>
>

Reply via email to