logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SoapySDRUtil - query and change module information of SoapySDR

Authors

       The SoapySDR library, including SoapySDRUtil, was written mostly by Josh Blum.

SoapySDR 0.5.4                                     2016-10-28                                    SOAPYSDRUTIL(1)

Description

       SoapySDRUtil  is  a  command  line  application  that  provides  basic diagnostic utility for SoapySDR by
       printing installation information, available modules,  discovered  devices,  and  tests  on  instantiated
       devices.

Homepage

       SoapySDRUtil is part of the SoapySDR project.

Name

SoapySDRUtil - query and change module information of SoapySDR

Options

--info Print  general  information  on the library, list all found hardware support modules and available
              factories.

       --find[="SPEC"]
              Discover available devices, restricted to those matching  the  SPEC  if  given.   If  no  matching
              devices are found it will exit with exit status 1.

       --make[="SPEC"]
              Open  and  close  device  matching  SPEC  if possible.  If SPEC is not given, the first discovered
              device is opened.

       --probe[="SPEC"]
              Show detailed information on all devices or the devices matching SPEC if given.

       --check=NAME
              Check and print if driver module named NAME is present.  If it is not found it will exit with exit
              status 1.

Synopsis

SoapySDRUtil [OPTIONS]

See Also