slreportgen.report.Notes Class
Namespace: slreportgen.report
Superclasses: slreportgen.report.Reporter
Description
Create a reporter that reports on Simulink® or Stateflow® diagram notes.
Note
To use a Notes
reporter in a report, you must create the report using the
slreportgen.report.Report
class.
The slreportgen.report.Notes
class is a handle
class.
Creation
Description
notes = slreportgen.report.Notes
creates an
empty slreportgen.report.Notes
reporter.
notes = slreportgen.report.Notes(source)
creates
an slreportgen.report.Notes
reporter for the system specified by
source
and sets the Source
property to source
.
slreportgen.report.Notes(
sets the reporter properties using name-value pairs. You can specify multiple name-value
pair arguments in any order.Name=Value
)
Properties
Methods
Examples
Version History
Introduced in R2020a