Main Content

getCheckForGroup

Get checks belonging to Model Advisor check group

Description

For a Model Advisor object, use the groupChecks = getCheckForGroup(ma,groupName) method to get all of the Model Advisor checks in a group. To locate the group name, use the getGroupAll method.

Input Arguments

collapse all

Simulink.ModelAdvisor object for which you want to get all of the Model Advisor checks corresponding to a check group.

Name of group that contains the Model Advisor checks.

Example: 'Simulink Coder'

Output Arguments

collapse all

Checks that belong to a Model Advisor group.

Version History

Introduced in R2006a