Creating Your First Block: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:




Double-click the box to edit the properties. The ''Embedded Python Block'' has two properties: a click-box which contains a link to the Python code for the block and the ''Example_Param'':
Double-click the box to edit the properties. The ''Embedded Python Block'' has two properties,
# ''Code'', a click-box which contains a link to the Python code for the block and  
# ''Example_Param'', an input parameter to the block.


[[File:EmbeddedPythonBlockProperties.png|500px]]
[[File:EmbeddedPythonBlockProperties.png|500px]]

Revision as of 15:02, 7 January 2022

This tutorial will guide you through creating your first block with the Embedded Python Block.

Embedded Python Block

The Embedded Python Block is a tool to quickly prototype a signal processing block within a flowgraph. Search for the Python Block and add it to the workspace:

AddPythonBlockToWorkspace.png


Double-click the box to edit the properties. The Embedded Python Block has two properties,

  1. Code, a click-box which contains a link to the Python code for the block and
  2. Example_Param, an input parameter to the block.

EmbeddedPythonBlockProperties.png