diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-07-02 11:59:34 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 12:16:25 -0800 |
commit | 1ac6e6f56100a7e8186481ab0715937759f52737 (patch) | |
tree | 201576a205daef1636b513af4725f8cb1799f581 /host/docs | |
parent | 9d2748655020a6c1917f69b2988014f65388d23a (diff) | |
download | uhd-1ac6e6f56100a7e8186481ab0715937759f52737.tar.gz uhd-1ac6e6f56100a7e8186481ab0715937759f52737.tar.bz2 uhd-1ac6e6f56100a7e8186481ab0715937759f52737.zip |
utils: Add RFNoC-specific features to uhd_usrp_probe
- --interactive-reg-shell $BLOCKID will let you peek and poke registers
in an RFNoC block
- Blocks and static connections are printed
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/uhd_usrp_probe.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/host/docs/uhd_usrp_probe.1 b/host/docs/uhd_usrp_probe.1 index 1009a0954..7d72b32fb 100644 --- a/host/docs/uhd_usrp_probe.1 +++ b/host/docs/uhd_usrp_probe.1 @@ -20,6 +20,12 @@ USRP motherboards and daughterboards. --tree .IP "Query a string value from the properties tree:" --string \fIarg\fR +.IP "Query an integer value from the properties tree:" +--int \fIarg\fR +.IP "Query a double value from the properties tree:" +--double \fIarg\fR +.IP "Spawn an interactive prompt to peek/poke registers on an RFNoC block:" +--interactive-reg-iface \fIarg\fR .IP "Print the version string and exit:" --version .IP "This help information:" |