From 400b00c34338af502c5d786edcfb8512bfbbff8b Mon Sep 17 00:00:00 2001 From: Brent Stapleton Date: Mon, 18 Nov 2019 14:06:39 +0530 Subject: rfnoc: adding RFNoC Python API Adding Python bindings for the RFNoC API. This includes the rfnoc_graph, noc_block_base, and several other supporting classes. Templated functions are not currently supported. For example, `rfnoc_graph::get_block` can only return the basic block controller. --- host/python/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'host/python/__init__.py') diff --git a/host/python/__init__.py b/host/python/__init__.py index 501b599ef..bf37f5215 100644 --- a/host/python/__init__.py +++ b/host/python/__init__.py @@ -10,3 +10,4 @@ UHD Python API module from . import types from . import usrp from . import filters +from . import rfnoc -- cgit v1.2.3