aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gr-usrptest/python/labview_control/__init__.py
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2016-10-19 16:41:59 -0700
committerMartin Braun <martin.braun@ettus.com>2017-05-26 16:01:37 -0700
commit4b7b35570c13766ed575f69d79bf1ded954b6886 (patch)
treea07e385db0e3e6adca71a2b3c817993e0b2c8422 /tools/gr-usrptest/python/labview_control/__init__.py
parent76e9e6393fe1d5a0ccc9e05deb431694921850ec (diff)
downloaduhd-4b7b35570c13766ed575f69d79bf1ded954b6886.tar.gz
uhd-4b7b35570c13766ed575f69d79bf1ded954b6886.tar.bz2
uhd-4b7b35570c13766ed575f69d79bf1ded954b6886.zip
gr-usrptest: add LabVIEW remote control capability
- require modules labview_automation and hoplite for RTS python module - new python module: labview_control
Diffstat (limited to 'tools/gr-usrptest/python/labview_control/__init__.py')
-rw-r--r--tools/gr-usrptest/python/labview_control/__init__.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/gr-usrptest/python/labview_control/__init__.py b/tools/gr-usrptest/python/labview_control/__init__.py
new file mode 100644
index 000000000..28d2fe03b
--- /dev/null
+++ b/tools/gr-usrptest/python/labview_control/__init__.py
@@ -0,0 +1,14 @@
+"""
+usrptest.labview_control
+======================================
+
+Contents
+--------
+
+Subpackages
+-----------
+::
+
+The existance of the file turns the folder into a Python module.
+
+"""