Import: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Import additional python modules into the namespace. | |||
Examples: | |||
from gnuradio.filter import firdes | |||
import math,cmath | |||
from math import pi | |||
== Parameters == | == Parameters == | ||
None | |||
== Example Flowgraph == | == Example Flowgraph == | ||
== Source Files == | == Source Files == | ||
Revision as of 04:39, 21 July 2019
Import additional python modules into the namespace.
Examples: from gnuradio.filter import firdes import math,cmath from math import pi
Parameters
None