getCheckInstanceIDs
Class: Advisor.Application
Namespace: Advisor
Obtain check instance IDs
Syntax
Description
Obtain the check instance ID for a check using the check ID. A check instance is an
instantiation of a ModelAdvisor.Check
object in the Model Advisor
configuration. When you change the Model Advisor configuration, the check instance ID can
change. The check ID is a static identifier that does not change.
returns a cell array of check instance IDs.CheckInstanceIDs
= getCheckInstanceIDs(app
)
returns the instance ID or instance IDs associated with a check.
CheckInstanceIDs
= getCheckInstanceIDs(app
,CheckID
)getCheckInstanceIDs
returns multiple check instance IDs if a check
appears in multiple folders in the Model Advisor tree.
Input Arguments
Output Arguments
Examples
Alternatives
In the left-hand pane of the Model Advisor window, right-click the check and select Send Check Instance ID to Workspace.
Version History
Introduced in R2015b