slreportgen.report.Reporter Class
Namespace: slreportgen.report
Description
The slreportgen.report.Reporter
class is a superclass for the Simulink® Report API reporters and custom reporters that you create to report on
Simulink models and model elements. The format of a reporter is based on a
template.
Note
To use a subclass of slreportgen.report.Reporter
in a report, you
must create the report using the slreportgen.report.Report
class or subclass.
The slreportgen.report.Reporter
class is a handle
class.
Creation
Description
creates an empty Simulink reporter.reporter
= slreportgen.report.Reporter
sets properties using name-value pairs. You can specify multiple name-value pair arguments
in any order.report
= slreportgen.report.Reporter(Name=Value
)
Properties
Methods
Version History
Introduced in R2021a