diff options
author | jblum | 2009-05-01 20:33:09 +0000 |
---|---|---|
committer | jblum | 2009-05-01 20:33:09 +0000 |
commit | bc105a1ea4de1ba98fcbd7dfeac7b45b2a0ce5c3 (patch) | |
tree | c5a67c6eb0ef14bc623c5dba3b5411ac28b66afa /gnuradio-examples/python/digital/benchmark_rx.py | |
parent | a3ba8cf268816af51c4bb39ea7ecd7e85ea0807b (diff) | |
download | gnuradio-bc105a1ea4de1ba98fcbd7dfeac7b45b2a0ce5c3.tar.gz gnuradio-bc105a1ea4de1ba98fcbd7dfeac7b45b2a0ce5c3.tar.bz2 gnuradio-bc105a1ea4de1ba98fcbd7dfeac7b45b2a0ce5c3.zip |
Merged developer branch for digital r10900:10941
Creates generic usrp class abstraction for usrp and usrp2.
Common command line options for usrp devices.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gnuradio-examples/python/digital/benchmark_rx.py')
-rwxr-xr-x | gnuradio-examples/python/digital/benchmark_rx.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnuradio-examples/python/digital/benchmark_rx.py b/gnuradio-examples/python/digital/benchmark_rx.py index be1839577..b0b99ecff 100755 --- a/gnuradio-examples/python/digital/benchmark_rx.py +++ b/gnuradio-examples/python/digital/benchmark_rx.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2005,2006,2007 Free Software Foundation, Inc. +# Copyright 2005,2006,2007,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -32,7 +32,6 @@ import sys # from current dir from receive_path import receive_path -import fusb_options #import os #print os.getpid() @@ -83,7 +82,6 @@ def main(): for mod in demods.values(): mod.add_options(expert_grp) - fusb_options.add_options(expert_grp) (options, args) = parser.parse_args () if len(args) != 0: |