summaryrefslogtreecommitdiff
path: root/gr-pager/apps/usrp_flex_all.py
diff options
context:
space:
mode:
authorJosh Blum2011-11-07 20:04:06 -0800
committerJosh Blum2011-11-07 20:04:06 -0800
commitd4f209dcfef230e504179a9916c8167fa8d165f4 (patch)
treedf56fe437eaf43de82e5859e97df6dabf02bf8ff /gr-pager/apps/usrp_flex_all.py
parent24d572bc56f265f99b1994cd031df6bd15607ff3 (diff)
parent24da5f495ca629113ea17f14e764af26a2285e73 (diff)
downloadgnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.tar.gz
gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.tar.bz2
gnuradio-d4f209dcfef230e504179a9916c8167fa8d165f4.zip
Merge remote-tracking branch 'jblum/uhd_next'
Diffstat (limited to 'gr-pager/apps/usrp_flex_all.py')
-rwxr-xr-xgr-pager/apps/usrp_flex_all.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/gr-pager/apps/usrp_flex_all.py b/gr-pager/apps/usrp_flex_all.py
index 71a0a398e..36bd90034 100755
--- a/gr-pager/apps/usrp_flex_all.py
+++ b/gr-pager/apps/usrp_flex_all.py
@@ -39,9 +39,7 @@ class app_top_block(gr.top_block):
else:
# Set up USRP source
- 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'))
# Tune daughterboard
r = self.u.set_center_freq(options.freq+options.calibration, 0)