aboutsummaryrefslogtreecommitdiffstats
path: root/grc
diff options
context:
space:
mode:
authorDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 19:00:00 +0200
committerDimitri Stolnikov <horiz0n@gmx.net>2012-05-05 19:00:00 +0200
commita6d6602d8ae405e2f20820fa5cdb972b53b716a5 (patch)
tree75e607aedfed3615698e11d5adc610b9ff6f2e3e /grc
parent0a4b9264a3a9d8d9a8e42887fdfc045f41be3963 (diff)
fcd is supported only in single device mode
this is due to underlying original driver's (in)capabilities
Diffstat (limited to 'grc')
-rw-r--r--grc/gen_osmosdr_blocks.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/grc/gen_osmosdr_blocks.py b/grc/gen_osmosdr_blocks.py
index 36cfb73..b57fa16 100644
--- a/grc/gen_osmosdr_blocks.py
+++ b/grc/gen_osmosdr_blocks.py
@@ -109,15 +109,15 @@ This parameter controls the data type of the stream in gnuradio.
Device Arguments:
The device argument is a delimited string used to locate devices on your system.
-Use the device id or name (if applicable) to specify a specific device or list
+Use the device id or name (if applicable) to specify a certain device or list
of devices. If left blank, the first device found will be used.
Examples:
- fcd=0 fcd=1 fcd=2 ...
- rtl=0 rtl=1 rtl=2,rtl_xtal=28.80001e6,tuner_xtal=26e6,buffers=64 ...
+ fcd=0
+ rtl=0,rtl_xtal=28.80001e6,tuner_xtal=26e6,buffers=64 ...
uhd=0|name,mcr=52e6,nchan=2,subdev='\\\\'B:0 A:0'\\\\' ...
osmosdr=0|name,mcr=64e6,nchan=5,port=/dev/ttyUSB0 ...
- file=/path/to/file.ext,freq=428e6,rate=1e6,repeat=true,throttle=true
+ file=/path/to/file.ext,freq=428e6,rate=1e6,repeat=true,throttle=true ...
Num Channels:
Selects the total number of channels in this multi-device configuration.