Virtual Source

From GNU Radio
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When paired with a Virtual Sink block, this is essentially the same as drawing a wire between two blocks. This block can be useful for tidying up a complex flowgraph. This block does not support C++ output, so it cannot be used when the output language of a flowgraph in GRC is C++.

Parameters

Stream ID
Specifies the stream ID of the virtual sink to read from. To link the stream with a virtual sink, the same value of stream ID must be set in the corresponding source and sink blocks.

Example Flowgraph

Bpsk stage6 fg.png

Source Files

Python files
virtual.py
Header files
TODO
Public header files
TODO
Block definition
TODO