slreportgen.report.Signal Class
Namespace: slreportgen.report
Description
Use an object of the slreportgen.report.Signal
class to report the
properties of a signal.
Signals are the outputs of dynamic systems that are represented by blocks in a Simulink diagram and by the diagram itself. See Signal Basics.
Note
To use a Signal
object in a report, you must create the report using the
slreportgen.report.Report
class or subclass.
The slreportgen.report.Signal
class is a handle
class.
Creation
Description
creates an reporter
= slreportgen.report.Signalslreportgen.report.Signal
object with default property values.
You must specify the signal to report by setting the Object
property. Use other properties to customize the information reported and the formatting of
the information.
sets the reporter
= slreportgen.report.Signal(Name=Value)Signal
object properties
using name-value pairs. You can specify multiple name-value pair arguments in any
order.
Properties
Methods
Examples
Version History
Introduced in R2021a