diff options
author | Andrej Rode <andrej.rode@ettus.com> | 2016-10-24 10:25:05 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-05-26 16:01:37 -0700 |
commit | 06ff34eaa9e147b11d2698308fa91a5260fee2d2 (patch) | |
tree | 6507be45db63761a39ecbb8f42956196f07acf2a /tools/gr-usrptest/docs/README.usrptest | |
parent | 91dff1fbdd5bf7c1afd83182ddce43ed2bec63da (diff) | |
download | uhd-06ff34eaa9e147b11d2698308fa91a5260fee2d2.tar.gz uhd-06ff34eaa9e147b11d2698308fa91a5260fee2d2.tar.bz2 uhd-06ff34eaa9e147b11d2698308fa91a5260fee2d2.zip |
gr-usrptest: init OOT
Diffstat (limited to 'tools/gr-usrptest/docs/README.usrptest')
-rw-r--r-- | tools/gr-usrptest/docs/README.usrptest | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/gr-usrptest/docs/README.usrptest b/tools/gr-usrptest/docs/README.usrptest new file mode 100644 index 000000000..512e3334b --- /dev/null +++ b/tools/gr-usrptest/docs/README.usrptest @@ -0,0 +1,11 @@ +This is the usrptest-write-a-block package meant as a guide to building +out-of-tree packages. To use the usrptest blocks, the Python namespaces +is in 'usrptest', which is imported as: + + import usrptest + +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(usrptest) |