diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-11-12 18:29:54 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-11-16 14:26:24 -0800 |
commit | e3a96adb7b0d9c51b9749398241dc21c25f4af6c (patch) | |
tree | f17322ed9f4691dbf88f61b987c97fae4ea6ce42 /host/docs/usrp_x4xx.dox | |
parent | d3424e8b668b6527fd005b82953781bb62e47818 (diff) | |
download | uhd-e3a96adb7b0d9c51b9749398241dc21c25f4af6c.tar.gz uhd-e3a96adb7b0d9c51b9749398241dc21c25f4af6c.tar.bz2 uhd-e3a96adb7b0d9c51b9749398241dc21c25f4af6c.zip |
docs: Several minor manual improvements
- Remove documentation of skip_dram, skip_ddc, skip_duc, which are all
obsolete since UHD 4
- Properly document serialize_init
- Add a table of valid args for X310 as with other devices
Diffstat (limited to 'host/docs/usrp_x4xx.dox')
-rw-r--r-- | host/docs/usrp_x4xx.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp_x4xx.dox b/host/docs/usrp_x4xx.dox index fa05c7b4c..8fd555593 100644 --- a/host/docs/usrp_x4xx.dox +++ b/host/docs/usrp_x4xx.dox @@ -792,7 +792,7 @@ For a list of which arguments can be passed into make(), see Section mgmt_addr | IPv4 address or hostname to which to connect the RPC client. Defaults to `addr'.| mgmt_addr=ni-sulfur-311FE00 find_all | When using broadcast, find all devices, even if unreachable via CHDR. | find_all=1 master_clock_rate | Master Clock Rate in Hz. | master_clock_rate=250e6 - serialize_init | Force serial initialization of daughterboards. | serialize_init=1 + serialize_init | Force serial initialization of motherboards (default is parallel) | serialize_init=1 skip_init | Skip the initialization process for the device. | skip_init=1 time_source | Specify the time (PPS) source. | time_source=internal clock_source | Specify the reference clock source. | clock_source=internal |