setCheckErrorSeverity
Set severity of check failure
Description
Use the
setCheckErrorSeverity(
function to set the check error severity for the currently running check. Only the callback
function of a check can invoke this function.ma,value)
This function enables you to access custom checks that you create by using the Model Advisor customization API, an optional feature that is available with Simulink® Check™ software. For more information, see Define Custom Model Advisor Checks (Simulink Check).
Note
When implementing detail style checks, avoid using the
setCheckErrorSeverity function, as it sets the severity level to
error, which may be too stringent for style-related issues.
Input Arguments
Version History
Introduced in R2006a