aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/radio_if_uhd.py
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-01-19 12:14:28 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-01-22 14:41:30 +0700
commitdbb3daae1a7b74235db6d6c1127fcef8c1f0e637 (patch)
tree40aff437d4c59d3f942e5ddbb5e0af3b2a647294 /python/trx/radio_if_uhd.py
parent89e1ad11380f2c20e8da76e861d28a6b886eb977 (diff)
trx/radio_if.py: print type of RadioInterface
Diffstat (limited to 'python/trx/radio_if_uhd.py')
-rw-r--r--python/trx/radio_if_uhd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/trx/radio_if_uhd.py b/python/trx/radio_if_uhd.py
index 0b2ef7a..cb809ed 100644
--- a/python/trx/radio_if_uhd.py
+++ b/python/trx/radio_if_uhd.py
@@ -27,6 +27,10 @@ from gnuradio import uhd
from radio_if import RadioInterface
class RadioInterfaceUHD(RadioInterface):
+ # Human-readable description
+ def __str__(self):
+ return "UHD"
+
def phy_init_source(self):
self._phy_src = uhd.usrp_source(self.phy_args,
uhd.stream_args(cpu_format = "fc32",