Main Content

Advisor.Manager.getApplication

Class: Advisor.Manager
Namespace: Advisor

Return handle to Advisor.Application object

Syntax

app = getApplication(Name,Value)

Description

app = getApplication(Name,Value) returns the handle to an Advisor.Application object by using the object properties.

Input Arguments

expand all

Name-Value Arguments

Specify optional pairs of arguments as Name1=Value1,...,NameN=ValueN, where Name is the argument name and Value is the corresponding value. Name-value arguments must appear after other arguments, but the order of the pairs does not matter.

Before R2021a, use commas to separate each name and value, and enclose Name in quotes.

Example: 'Id',appID returns handle to an Advisor.Application using the object ID.

Advisor.Application object ID, specified as an Advisor.Application object.

Data Types: function_handle

Root model name, specified as a character vector.

Data Types: char

Type of root analysis, specified as 'Model' or 'Subsystem'.

Data Types: char

Output Arguments

expand all

Handle to Advisor.Application object, specified as an Advisor.Application object.

Data Types: function_handle

Version History

Introduced in R2015b