Embedded Python Block

From GNU Radio
Revision as of 03:47, 29 December 2018 by 777arc (talk | contribs) (Created page with "Allows you to create a new (custom) block, in Python, without needing to make and install an Out of Tree Module (OOT). The example block simply takes the input stream and mul...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Allows you to create a new (custom) block, in Python, without needing to make and install an Out of Tree Module (OOT). The example block simply takes the input stream and multiplies it by a constant.

For some platforms the open with Default Text Editor button may do nothing, in which case you have to manually choose the text editor.

When you update the Python code, as long as there are no errors the block will automatically update. If you are adding new code and it seems like nothing is changing, there is probably an error in your code.