From 999bba14d657a11fa9bfc1b9587e1341e2f28e07 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 23 Apr 2010 10:11:53 -0700 Subject: added docs to uhd grc blocks, added pkg config path to make support easier --- gr-uhd/grc/uhd_simple_source.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gr-uhd/grc/uhd_simple_source.xml') diff --git a/gr-uhd/grc/uhd_simple_source.xml b/gr-uhd/grc/uhd_simple_source.xml index 34b6817c9..ecd963928 100644 --- a/gr-uhd/grc/uhd_simple_source.xml +++ b/gr-uhd/grc/uhd_simple_source.xml @@ -72,5 +72,22 @@ self.$(id).set_antenna($ant) $type.vlen +The UHD Source Block: + +Args: +Args is a delimited string used to locate UHD devices on your system. \ +If left blank, the first UHD device found will be used. \ +Used args to specify a specfic device. \ +USRP2 Example: addr=192.168.10.2 + +Sample rate: +The sample rate is the number of samples per second output by this block. \ +The UHD device driver will try its best to match the requested sample rate. \ +If the requested rate is not possible, the UHD block will print an error at runtime. + +Antenna: +For subdevices/daughterboards with only one antenna, this may be left blank. \ +Otherwise, the user should specify one of the possible antenna choices. \ +See the daughterboard application notes for the possible antenna choices. -- cgit