Add status to check or subcheck result
Syntax
setSubResultStatus(ft_obj,
'status')
Description
setSubResultStatus(ft_obj,
'status') is an optional method
that displays the status in the result. Use this method to display
the status of the check or subcheck in the result. ft_obj is
a handle to a template object. status is
a string identifying the status of the check. Valid strings are:
Examples
Create a list object, ft, and add a passing
status:
ft = ModelAdvisor.FormatTemplate('ListTemplate');
setSubResutlStatus(ft, 'Pass');See Also
 | setSubBar (ModelAdvisor.FormatTemplate) | | setSubResultStatusText (ModelAdvisor.FormatTemplate) |  |
Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
Get this Simulink Kit