diff options
author | Josh Blum | 2011-11-07 20:04:06 -0800 |
---|---|---|
committer | Josh Blum | 2011-11-07 20:04:06 -0800 |
commit | d4f209dcfef230e504179a9916c8167fa8d165f4 (patch) | |
tree | df56fe437eaf43de82e5859e97df6dabf02bf8ff /gr-qtgui/apps/uhd_display.py | |
parent | 24d572bc56f265f99b1994cd031df6bd15607ff3 (diff) | |
parent | 24da5f495ca629113ea17f14e764af26a2285e73 (diff) | |
download | gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.tar.gz gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.tar.bz2 gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.zip |
Merge remote-tracking branch 'jblum/uhd_next'
Diffstat (limited to 'gr-qtgui/apps/uhd_display.py')
-rwxr-xr-x | gr-qtgui/apps/uhd_display.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-qtgui/apps/uhd_display.py b/gr-qtgui/apps/uhd_display.py index 806914797..94e4f099c 100755 --- a/gr-qtgui/apps/uhd_display.py +++ b/gr-qtgui/apps/uhd_display.py @@ -171,9 +171,7 @@ class my_top_block(gr.top_block): self.qapp = QtGui.QApplication(sys.argv) - self.u = uhd.usrp_source(device_addr=options.address, - io_type=uhd.io_type.COMPLEX_FLOAT32, - num_channels=1) + self.u = uhd.usrp_source(device_addr=options.address, stream_args=uhd.stream_args('fc32')) self.set_bandwidth(options.samp_rate) if options.gain is None: |