Mute

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.

output = input or zero if muted. Similar to Selector block.

Parameters

(R): Run-time adjustable

Mute (R)
Whether or not to mute the input. To control with a variable, enter the variable name in place of the "False" value as shown here:

Mute prop.png

Messages

The 'set_mute' message port accepts only raw PMT messages of the form pmt.to_pmt(False) or pmt.to_pmt(True)

Example Flowgraph

Mute test fg.png

Source Files

C++ files
TODO
Header files
TODO
Public header files
TODO
Block definition
TODO