slreportgen.finder.SignalResult class
Package: slreportgen.finder
Superclasses: mlreportgen.finder.Result
Signal search result object
Description
An object of the slreportgen.finder.SignalResult
class represents a result
of a search for the signals used by a model or block. You can append a
SignalResult
object directly to a report. Alternatively, you can use the
getReporter
method to access the slreportgen.report.Signal
reporter for the result and then customize the reporter and append it to the report.
The slreportgen.finder.SignalResult
class is a handle
class.
Creation
You do not create an slreportgen.finder.SignalResult
object explicitly. The
slreportgen.finder.SignalFinder
find
and next
methods create an
slreportgen.finder.SignalResult
object for each signal that is found.