Python Variables in GRC
Jump to navigation
Jump to search
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.
Introduction to Basic Python Data Types
Using Python Types in GRC
- python data types accepted in variables
How GRC Displays Variable Values
- 32,000 -> 32k
- 0.25 -> 250m
The next tutorial, Variables in Flowgraphs, describes how to use and modify variables in a more sophisticated flowgraph.