1SOAPYSDRUTIL(1) General Commands Manual SOAPYSDRUTIL(1)
2
3
4
6 SoapySDRUtil - query and change module information of SoapySDR
7
9 SoapySDRUtil [OPTIONS]
10
12 SoapySDRUtil is a command line application that provides basic diagnos‐
13 tic utility for SoapySDR by printing installation information, avail‐
14 able modules, discovered devices, and tests on instantiated devices.
15
17 --info Print general information on the library, list all found hard‐
18 ware support modules and available factories.
19
20 --find[="SPEC"]
21 Discover available devices, restricted to those matching the
22 SPEC if given. If no matching devices are found it will exit
23 with exit status 1.
24
25 --make[="SPEC"]
26 Open and close device matching SPEC if possible. If SPEC is not
27 given, the first discovered device is opened.
28
29 --probe[="SPEC"]
30 Show detailed information on all devices or the devices matching
31 SPEC if given.
32
33 --check=NAME
34 Check and print if driver module named NAME is present. If it
35 is not found it will exit with exit status 1.
36
38 SoapySDRUtil is part of the SoapySDR project
39 ⟨https://github.com/pothosware/SoapySDR/wiki⟩.
40
42 The SoapySDR library, including SoapySDRUtil, was written mostly by
43 Josh Blum ⟨josh@pothosware.com⟩.
44
45
46
47SoapySDR 0.5.4 2016-10-28 SOAPYSDRUTIL(1)