summaryrefslogtreecommitdiff
path: root/gr-uhd/doc/uhd.dox
blob: f08fe2f06ee89cec8cc3df16a2b5cbb96ec62470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/*! \page page_uhd UHD Interface

\section Introduction
This is the GNU Radio UHD package. It is the interface to the UHD
library to connect to and send and receive data between the Ettus
Research, LLC product line. To use the UHD blocks, the Python
namespaces is in gnuradio.uhd, which would be normally imported
as:

\code
    from gnuradio import uhd
\endcode

The relevant blocks are listed in the \ref uhd_blk group.

A quick listing of the details can be found in Python after importing
by using:

\code
    help(uhd)
\endcode


\section External Documentation

Ettus Research keeps the comprehensive documentation to the underlying UHD driver, which can be found:

    http://files.ettus.com/uhd_docs/manual/html/

The UHD Doxygen page is located:

    http://files.ettus.com/uhd_docs/doxygen/html/index.html


*/