slreportgen.report.ScopeSnapshot Class
Namespace: slreportgen.report
Superclasses: slreportgen.report.Reporter
Description
Create a Simulink® scope reporter. When added to a report, Simulink scope reporters create a snapshot of the specified scope block and adds the snapshot to the report as an image with an optional caption. Use the Source property to specify the desired scope.
Note
To use a ScopeSnapshot
reporter in a report, you must create the
report using the slreportgen.report.Report
class.
The slreportgen.report.ScopeSnapshot
class is a handle
class.
Creation
Description
sets the Source property to
ssReporter
= ScopeSnapshot(source
)source
. Adding this reporter to a
slreportgen.report.Report
object, without any further modification, adds
the scope snapshot information based on default settings of the
slreportgen.report.Report
object. The snapshot displays in the generated
report as an image with a caption. See slreportgen.report.Report
.
sets properties using one or more name-value arguments. You can specify multiple name-value arguments in any order.ssReporter
= ScopeSnapshot(Name=Value
)
Properties
Methods
Examples
Limitations
If you run your simulation with the
parsim
function, this class is not supported.