Imported Upstream version 3.2.2
[debian/gnuradio] / grc / blocks / import.xml
1 <?xml version="1.0"?>
2 <!--
3 ###################################################
4 ##Import python modules into the namespace
5 ###################################################
6  -->
7 <block>
8         <name>Import</name>
9         <key>import</key>
10         <import>$import</import>
11         <make></make>
12         <param>
13                 <name>Import</name>
14                 <key>import</key>
15                 <value></value>
16                 <type>import</type>
17         </param>
18         <doc>
19 Import additional python modules into the namespace.
20
21 Examples:
22 from gnuradio.gr import firdes
23 import math,cmath
24 from math import pi
25         </doc>
26 </block>