mirror of https://github.com/hb9fxq/gr-digitalhf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
apps | 4 years ago | |
cmake | 3 years ago | |
docs | 3 years ago | |
examples | 3 years ago | |
grc | 3 years ago | |
include/digitalhf | 3 years ago | |
lib | 3 years ago | |
python | 3 years ago | |
swig | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 4 years ago | |
CMakeLists.txt | 3 years ago | |
MANIFEST.md | 4 years ago |
docs/README.digitalhf
This is the digitalhf-write-a-block package meant as a guide to building
out-of-tree packages. To use the digitalhf blocks, the Python namespaces
is in 'digitalhf', which is imported as:
import digitalhf
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(digitalhf)