slreportgen.report.Notes Class
Namespace: slreportgen.report
Superclasses: slreportgen.report.Reporter
Simulink or Stateflow diagram notes reporter
Description
Create a reporter that reports on Simulink® or Stateflow® diagram notes. See Write In-Model Documentation Using Notes for more information on model 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 arguments. You can specify multiple name-value arguments in any order.Name=Value
)
Properties
Methods
Examples
Tips
Use
slreportgen.utils.hasUniqueModelNotes
to check if a source has model notes before using the source with anslreportgen.report.Notes
reporter.
Version History
Introduced in R2020a