setCheckResultData

Set result data for currently running check

Description

Use the success = setCheckResultData(ma,data) method to set the check result data for the currently running check. Only the callback function of a check can invoke this method.

This method enables you to access custom checks that you create with the Model Advisor customization API, an optional feature that is available with Simulink® Check™ software. For more information, see Define Your Own Custom Model Advisor Checks (Simulink Check).

Input Arguments

collapse all

Simulink.ModelAdvisor object for which you want to set result data for the currently running check.

Result data that you specify for a custom check.

Output Arguments

collapse all

Boolean value that indicates whether the Model Advisor successfully set result data for the currently running check. A value of 1 indicates that the Model Advisor successfully set the data. A value of 0 indicates that the Model Advisor did not set the data.

Introduced in R2006a