summaryrefslogtreecommitdiff
path: root/gr-digital/examples/ofdm/benchmark_tx.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/examples/ofdm/benchmark_tx.py')
-rwxr-xr-xgr-digital/examples/ofdm/benchmark_tx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/examples/ofdm/benchmark_tx.py b/gr-digital/examples/ofdm/benchmark_tx.py
index ad3609b52..dd0c69b57 100755
--- a/gr-digital/examples/ofdm/benchmark_tx.py
+++ b/gr-digital/examples/ofdm/benchmark_tx.py
@@ -37,7 +37,7 @@ class my_top_block(gr.top_block):
gr.top_block.__init__(self)
if(options.tx_freq is not None):
- self.sink = uhd_transmitter(options.address,
+ self.sink = uhd_transmitter(options.args,
options.bandwidth,
options.tx_freq, options.tx_gain,
options.antenna, options.verbose)