selectCheckInstances
Class: Advisor.Application
Namespace: Advisor
Select check instances to use in Model Advisor analysis
Description
You can select check instances to use in a Model Advisor analysis. 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. To obtain the check instance ID, use the getCheckInstanceIDs
method.
selectCheckInstances(
selects check instances specified by app
,'IDs',checkInstanceIDs
)checkInstanceIDs
for Model
Advisor analysis. You can find check instance IDs by using the getCheckInstanceIDs
method.
Note
If a check appears in multiple folders in the Model Advisor tree, the
getCheckInstanceIDs
method returns multiple check
instance IDs. To avoid running multiple instances of the same check, make
sure to select a single check instance ID for the check that you want to run
from the array of check instance IDs that the
getCheckInstanceIDs
method returns.
Input Arguments
Examples
Version History
Introduced in R2015b