Python Variables in GRC: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
This tutorial describes how Python data types are used in GRC and how the variables are displayed.
This tutorial describes how Python data types are used in GRC and how the variables are displayed.


The previous tutorial, [[Creating Your First Flowgraph]] shows how to build your first simple flowgraph. The next tutorial, [[Variables in Flowgraphs]], describes how to use and modify variables in a more sophisticated flowgraph.
The previous tutorial, [[Your First Flowgraph]] shows how to build your first simple flowgraph. The next tutorial, [[Variables in Flowgraphs]], describes how to use and modify variables in a more sophisticated flowgraph.


* 32,000 -> 32k
* 32,000 -> 32k

Revision as of 18:43, 20 January 2022

Template:TutorialNavigation

This tutorial describes how Python data types are used in GRC and how the variables are displayed.

The previous tutorial, Your First Flowgraph shows how to build your first simple flowgraph. The next tutorial, Variables in Flowgraphs, describes how to use and modify variables in a more sophisticated flowgraph.

  • 32,000 -> 32k
  • 0.25 -> 250m
  • python data types accepted in variables



The next tutorial, Variables in Flowgraphs, describes how to use and modify variables in a more sophisticated flowgraph.