Main Content

getRootLevelInports

Returns root level inports in application

Since R2022a

Description

example

rootInports = getRootLevelInports(app_object) returns root level inports in the application as a cell array.

Examples

collapse all

Use the getRootLevelInports function to get the root level inports in a real-time application object.

myApp = slrealtime.Application('slrt_ex_osc_inport');
myRoots = getRootLevelInports(myApp)
myRoots =

     []

Input Arguments

collapse all

Provides access to methods that manipulate the real-time application files.

Output Arguments

collapse all

The rootInports returned by the getRootLevelInports function contains the root inports in the real-time application.

Version History

Introduced in R2022a