summaryrefslogtreecommitdiff
path: root/gr-digital/examples/narrowband/benchmark_tx.py
diff options
context:
space:
mode:
authorTom Rondeau2011-10-21 19:04:06 -0400
committerTom Rondeau2011-10-21 19:04:06 -0400
commitf896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a (patch)
treec3db006163e13547b2b75ed45bc4f7d9630e55ab /gr-digital/examples/narrowband/benchmark_tx.py
parent3e7ca8bfb95658dd9204e1d859e572b82e3b80d4 (diff)
downloadgnuradio-f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a.tar.gz
gnuradio-f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a.tar.bz2
gnuradio-f896ce03e8fbe6baf18ea7b6e5bbe74f7e67c25a.zip
digital: added subdevspec option to digital UHD examples.
Diffstat (limited to 'gr-digital/examples/narrowband/benchmark_tx.py')
-rwxr-xr-xgr-digital/examples/narrowband/benchmark_tx.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-digital/examples/narrowband/benchmark_tx.py b/gr-digital/examples/narrowband/benchmark_tx.py
index 25ed355da..9afacb495 100755
--- a/gr-digital/examples/narrowband/benchmark_tx.py
+++ b/gr-digital/examples/narrowband/benchmark_tx.py
@@ -50,7 +50,8 @@ class my_top_block(gr.top_block):
self.sink = uhd_transmitter(options.args, symbol_rate,
options.samples_per_symbol,
options.tx_freq, options.tx_gain,
- options.antenna, options.verbose)
+ options.spec, options.antenna,
+ options.verbose)
options.samples_per_symbol = self.sink._sps
elif(options.to_file is not None):