aboutsummaryrefslogtreecommitdiffstats
path: root/host/python
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2022-02-18 11:36:06 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2022-02-24 13:39:56 -0600
commitbcdb8a1b8f98625c7414138b18f519cdb2ff7bcf (patch)
treedc279fead8de5acf6f27d80bdb4b707c666dd5ca /host/python
parent0f15704cb9daf963a1d146c4f5413bfafb12e4de (diff)
downloaduhd-bcdb8a1b8f98625c7414138b18f519cdb2ff7bcf.tar.gz
uhd-bcdb8a1b8f98625c7414138b18f519cdb2ff7bcf.tar.bz2
uhd-bcdb8a1b8f98625c7414138b18f519cdb2ff7bcf.zip
python: rfnoc: Add connect_through_blocks() and get_block_chain()
These RFNoC C++ API calls were previously not exported into Python.
Diffstat (limited to 'host/python')
-rw-r--r--host/python/uhd/rfnoc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/python/uhd/rfnoc.py b/host/python/uhd/rfnoc.py
index c355777b0..a9e141d93 100644
--- a/host/python/uhd/rfnoc.py
+++ b/host/python/uhd/rfnoc.py
@@ -32,3 +32,6 @@ SiggenBlockControl = lib.rfnoc.siggen_block_control
SwitchboardBlockControl = lib.rfnoc.switchboard_block_control
VectorIirBlockControl = lib.rfnoc.vector_iir_block_control
WindowBlockControl = lib.rfnoc.window_block_control
+
+connect_through_blocks = lib.rfnoc.connect_through_blocks
+get_block_chain = lib.rfnoc.get_block_chain