Main Content

findPlutoRadio

Report information about attached radios

Add-On Required: This feature requires the Communications Toolbox Support Package for Analog Devices ADALM-Pluto Radio add-on.

Description

example

connectedRadios = findPlutoRadio returns a structure array with information about any ADALM-PLUTO radios attached to the host. If the function does not find any radios, the array is empty.

Examples

collapse all

Find the radio ID and serial number of all ADALM-PLUTO radios connected to the host via USB interface.

findPlutoRadio
ans = 
  struct with fields:
      RadioID: 'usb:0'
    SerialNum: '100000235523730700230031090216eaeb' 

Output Arguments

collapse all

List of connected ADALM-PLUTO radios, returned as a structure array.

Radio identification number, returned as a character vector starting with 'usb:'.

Serial number of the radio, returned as a hexadecimal character vector.

Version History

Introduced in R2017a