Main Content

radioConfigurations

List saved radio setup configurations

Since R2022a

Description

example

radios = radioConfigurations lists all radio setup configurations that you saved using the Radio Setup wizard. Use this function to identify your radio when you create the preambleDetector, basebandReceiver, basebandTransceiver, or basebandTransmitter objects.

Examples

collapse all

radios = radioConfigurations;

Specify the name of a saved radio setup configuration when creating an application object, for example, a preamble detector object.

radioName = radios(1).Name;
pd = preambleDetector(radioName);

Output Arguments

collapse all

Radio setup configurations, returned as a structure array. Each structure contains the name of a radio setup configuration and the associated radio device and IP address information.

Data Types: struct

Version History

Introduced in R2022a