getListViewParameters

Get Model Advisor checklist parameters displayed in checklist view

Description

Use the params = getListViewParameters(ma,CheckID) method to get the list view of parameters for a Model Advisor check.

This method enables you to access custom checks that you create by using Simulink® Check™. For more information, see Define Your Own Custom Model Advisor Checks (Simulink Check).

Input Arguments

collapse all

Simulink.ModelAdvisor object for which you determine the list view of parameters for a specific Model Advisor check.

Name of Model Advisor check for which to obtain its parameters in list view. You can omit this argument if you use the method inside a check callback function.

Example: 'mathworks.design.UnconnectedLinesPorts'

Output Arguments

collapse all

Cell array that contains the ModelAdvisor.ListViewParameter objects for a Model Advisor check.

Introduced in R2006a