aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/radio_control_python.hpp
Commit message (Collapse)AuthorAgeFilesLines
* rfnoc: radio: Add getter for SPC valueMartin Braun2021-03-191-0/+1
| | | | | | This adds uhd::rfnoc::radio_control::get_spc(). It can be overridden by radio implementations, but radio_control_impl has a sensible default implementation, return the value that is in the SPC radio register.
* python: radio_control: Explicitly import ALL_CHANS into Python bindingsMartin Braun2020-06-151-1/+4
| | | | | This avoids a dynamic linker error by copying the ALL_CHANS value into the the Python bindings before using it.
* python: Add vector IIR RFNoC block controller bindingsAaron Rossetto2020-06-091-1/+1
|
* python: Add radio RFNoC block controller bindingsAaron Rossetto2020-06-091-0/+171