Main Content

getListViewParameters

Get Model Advisor checklist parameters displayed in checklist view

Description

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

This function enables you to access custom checks that you create by using Simulink® Check™. For more information, see Define 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 function 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.

Version History

Introduced in R2006a