summaryrefslogtreecommitdiff
path: root/gr-uhd/doc/uhd.dox
diff options
context:
space:
mode:
authorJacob Gilbert <mrjacobagilbert@gmail.com>2017-09-12 13:36:34 -0700
committerJacob Gilbert <mrjacobagilbert@gmail.com>2017-09-12 13:36:34 -0700
commitcfb6e49e33d7f664268000e312367d091a60b9c3 (patch)
treeab10f5c49462e79fb2c6fc02fb26856dbe32d361 /gr-uhd/doc/uhd.dox
parent811bee8c54bdca5c53c2ccbc6ef6d1bbca55eaae (diff)
gr-uhd: Added modification to UHD message-based tuning which will allow for timed tune command order to be ensured across TX/RX by enabling tuning of RX path from the sink block or TX path from source block. Doxygen also updated to reflect the new command.
Diffstat (limited to 'gr-uhd/doc/uhd.dox')
-rw-r--r--gr-uhd/doc/uhd.dox1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/doc/uhd.dox b/gr-uhd/doc/uhd.dox
index a3de8e3a24..69381610cd 100644
--- a/gr-uhd/doc/uhd.dox
+++ b/gr-uhd/doc/uhd.dox
@@ -93,6 +93,7 @@ Command name | Value Type | Description
`tune` | tune_request | Like freq, but sets a full tune request (i.e. center frequency and DSP offset). Defaults to all channels.
`lo_freq` | double | For fully manual tuning: Set the LO frequency (RF frequency). Conflicts with `freq`, `lo_offset`, and `tune`.
`dsp_freq` | double | For fully manual tuning: Set the DSP frequency (CORDIC frequency). Conflicts with `freq`, `lo_offset`, and `tune`.
+`direction` | string | Used for timed transceiver tuning to ensure tuning order is maintained. Values other than 'TX' or 'RX' will be ignored.
`rate` | double | See usrp_block::set_samp_rate(). *Always* affects all channels.
`bandwidth` | double | See usrp_block::set_bandwidth(). Defaults to all channels.
`time` | timestamp | Sets a command time. See usrp_block::set_command_time(). A value of PMT_NIL will clear the command time.