Main Content
isSelected
Determine if check and folder instances are selected in configuration
Since R2024b
Description
returns logical 1 (value
= isSelected(CfgObj
,CheckInstanceID
)true
) if the specified check instance is selected in
the Model Advisor configuration accessed by the CfgObj
object. Otherwise,
it returns 0 (false
). The selected check instances are included in the
Model Advisor analysis.
returns logical 1 (value
= isSelected(CfgObj
,FolderInstanceID
)true
) if the specified folder instance is included in
the Model Advisor analysis, and 0 (false
) otherwise.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024b