ModelAdvisor.lookupCheckID
Package: ModelAdvisor
Look up Model Advisor check ID
Syntax
NewID = ModelAdvisor.lookupCheckID('OldCheckID')
Description
NewID = ModelAdvisor.lookupCheckID('OldCheckID')
returns the check ID of
the check specified by OldCheckID
.
Input Arguments
|
|
Output Arguments
|
Check ID that corresponds to the previous check ID identified
by |
Examples
The check ID for Check for root Outports with missing range
definitions prior to Release 2018b was
mathworks.iec61508.OutportRange
. Use the
ModelAdvisor.lookupCheckID
function to return the current check
ID.
>> NewID = ModelAdvisor.lookupCheckID('mathworks.iec61508.OutportRange') NewID = 'mathworks.hism.hisl_0026'