Class: Advisor.Application
Package: Advisor
Obtain check instance IDs
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 might change. The check ID is
a static identifier that does not change.
returns
a cell array of IDs.CheckInstanceIDs
= getCheckInstanceIDs(app
)
returns
a instance ID for a check.CheckInstanceIDs
= getCheckInstanceIDs(app
,CheckID
)
In the left-hand pane of the Model Advisor window, right-click the check and select Send Check Instance ID to Workspace.