discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: when in gnuradio top block is started can we change connect blocks?


From: Jeff Long
Subject: Re: when in gnuradio top block is started can we change connect blocks?
Date: Mon, 28 Aug 2023 06:52:48 -0400

Call tb.lock() before making changes, then call tb.unlock() to resume. There are some cases where this does not work correctly and the entire flowgraph needs to be stopped.

On Mon, Aug 28, 2023 at 6:30 AM sp <stackprogramer@gmail.com> wrote:
I have a question about gnuradio blocks when I define gnuradio blocks on a top block and start top block can we changed connection between blocks when tp is running with out stoping it.....
for  example i connect uhd to a null block, after some time i changed uhd to another block?????
can any one guide me?
thanks in advance

reply via email to

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