Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
SOAPYSDRUTIL(1) 	     General Commands Manual		 SOAPYSDRUTIL(1)

NAME
     SoapySDRUtil - query and change module information of SoapySDR

SYNOPSIS
     SoapySDRUtil [OPTIONS]

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

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 sta-
	    tus 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.

HOMEPAGE
     SoapySDRUtil is part of the SoapySDR project.

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

SoapySDR 0.5.4			   2016-10-28			 SOAPYSDRUTIL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SoapySDRUtil&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help