slreportgen.report.SummaryTable Class
Namespace: slreportgen.report
Description
Use an object of slreportgen.report.SummaryTable
class to summarize the search results obtained
from a Simulink® model by using a Finder object.
Note
To use a Simulink summary table reporter in your report, you must create the report by using
the slreportgen.report.Report
class.
The slreportgen.report.SummaryTable
class is a handle
class.
Creation
Description
creates a summary table for an unspecified set of finder results.summaryTableRptr
= slreportgen.report.SummaryTable
Note
Adding a Simulink summary table reporter with unspecified results to a report causes an error.
creates a summary table reporter for the finder result objects in the array
summaryTableRptr
= slreportgen.report.SummaryTable(finderResults
)finderResults
and sets the FinderResults property to finderResults
.
The summary table contains a row for each result whose entries contain properties of the found object. By default, the reported properties depend on the result object type. Use the summary table reporters Properties property to customize the set of properties to report on.
sets properties by using name-value arguments. Specify multiple name-value arguments in
any order.summaryTableRptr
= slreportgen.report.SummaryTable(Name
=Value
)
Properties
Methods
Examples
More About
Version History
Introduced in R2022a
See Also
slreportgen.finder.BlockResult
| slreportgen.finder.BlockFinder
| slreportgen.finder.DiagramElementResult
| slreportgen.finder.DiagramElementFinder
| slreportgen.finder.DataDictionaryFinder
| slreportgen.finder.DataDictionaryResult
| slreportgen.finder.ChartDiagramFinder
| slreportgen.finder.SignalFinder