git-svn-id: http://moon:8086/svn/software/trunk/projects/GnuRadio@372 b431acfa-c32f-4a4a-93f1-934dc6c82436
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
This is the jay-write-a-block package meant as a guide to building
|
|
out-of-tree packages. To use the jay blocks, the Python namespaces
|
|
is in 'jay', which is imported as:
|
|
|
|
import jay
|
|
|
|
See the Doxygen documentation for details about the blocks available
|
|
in this package. A quick listing of the details can be found in Python
|
|
after importing by using:
|
|
|
|
help(jay)
|