aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/python/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2022-03-01 15:10:17 +0100
committerAaron Rossetto <aaron.rossetto@ni.com>2022-03-31 08:10:45 -0700
commitf43511e913a9317c0dd886f6459aa32474f407f2 (patch)
tree8d245e5c407ff501103c995d5994c7292d1f1841 /host/examples/python/CMakeLists.txt
parentfe2e24e79e3e5d714e2bf30da89ee5cd71dcb399 (diff)
downloaduhd-f43511e913a9317c0dd886f6459aa32474f407f2.tar.gz
uhd-f43511e913a9317c0dd886f6459aa32474f407f2.tar.bz2
uhd-f43511e913a9317c0dd886f6459aa32474f407f2.zip
examples: Add replay_capture.py
This is an example that allows capturing RF data into DRAM, and then stream it back to host, using the Python API.
Diffstat (limited to 'host/examples/python/CMakeLists.txt')
-rw-r--r--host/examples/python/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/python/CMakeLists.txt b/host/examples/python/CMakeLists.txt
index e79b1bd4a..27cc00234 100644
--- a/host/examples/python/CMakeLists.txt
+++ b/host/examples/python/CMakeLists.txt
@@ -5,6 +5,7 @@
#
set(python_examples
+ replay_capture.py
rx_to_file.py
tx_waveforms.py
curses_fft.py