gr-digitalhf/docs
Christoph Mayer 5a5c738144 update for gnuradio/master 2020-02-19 14:11:45 +01:00
..
doxygen update for gnuradio/master 2020-02-19 14:11:45 +01:00
CMakeLists.txt update for gnuradio/master 2020-02-19 14:11:45 +01:00
README.digitalhf intermediate 2018-10-24 20:17:58 +02:00

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)