Find Model Advisor Check IDs
An ID is a unique identifier for a Model Advisor check. You find check IDs in the Model Advisor, using check context menus.
To Find | Do This |
---|---|
Check Title, ID, or location of the MATLAB® source code |
|
Check ID |
|
Check IDs for selected checks in a folder |
|
If you know a check ID from a previous release, you can find the current check ID using the ModelAdvisor.lookupCheckID
function. For example, the check ID for Check for root Outports with missing range definitions (Simulink Check) prior to Release 2018b was mathworks.iec61508.OutportRange
. Using the ModelAdvisor.lookupCheckID
function returns:
>> NewID = ModelAdvisor.lookupCheckID('mathworks.iec61508.OutportRange') NewID = 'mathworks.hism.hisl_0026'
See Also
ModelAdvisor.lookupCheckID
(Simulink Check)
Related Examples
- Run Model Advisor Checks and Review Results
- Address Model Check Results
- Save and View Model Advisor Check Reports