gr-fosphor/docs/README.fosphor

10 lines
272 B
Plaintext

To use the fosphor blocks in Python, import it as :
from gnuradio import fosphor
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(fosphor)