Add line between subcheck results
Syntax
setSubBar(ft_obj, value)
Description
setSubBar(ft_obj, value) is
an optional method that adds lines between results for subchecks. ft_obj is
a handle to a template object. value is
a boolean value that specifies when the Model Advisor includes a line
between subchecks in the check results. By default, the value is true,
and the Model Advisor displays the bar. The Model Advisor does not
display the bar when you set the value to false.
Examples
Create a list object, ft, turn off the subbar:
ft = ModelAdvisor.FormatTemplate('ListTemplate');
setSubBar(ft, false);See Also
 | setRowSpan (ModelAdvisor.InputParameter) | | setSubResultStatus (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