slreportgen.report.Annotation Class
Namespace: slreportgen.report
Superclasses: slreportgen.report.Reporter
Description
Use objects of the class slreportgen.report.Annotation
to report on Simulink.Annotation
objects.
The slreportgen.report.Annotation
class is a handle
class.
Creation
Description
creates an empty rptr
= slreportgen.report.AnnotationAnnotation
reporter based on the default template. Set
the Object
property before you add the reporter to a report.
creates an rptr
= slreportgen.report.Annotation(annotationObj
)Annotation
reporter and sets the Object
property to annotationObj
.
creates an rptr
= slreportgen.report.Annotation(Name1=Value1,...,NameN=ValueN
)Annotation
reporter and sets properties using name-value
arguments. You can specify multiple name-value arguments in any order.
Note
slreportgen.report.Annotation
reporters cannot report on single-image
annotations and equations inside annotations.
Properties
Methods
Examples
Version History
Introduced in R2022b