Package: slreportgen.report
Superclasses: slreportgen.report.Reporter
Simulink bus object reporter
Creates a reporter that generates information about a Simulink.Bus
object in a report.
Note
To use a bus object reporter in a report, you must create the report using the
slreportgen.report.Report
class or subclass.
The slreportgen.report.BusObject
class is a handle
class.
creates an empty reporter
= slreportgen.report.BusObject()slreportgen.report.BusObject
reporter object. Customize
the content and formatting of the information reported for a bus object by using the
reporter object properties. Before you add the reporter to a report, you must set the
Object
property of the reporter to an slreportgen.report.ModelVariableResult
or
Simulink.VariableUsage
object that specifies a
Simulink.Bus
object. Adding an empty reporter to a report produces an
error.
creates a reporter for the reporter
= slreportgen.report.BusObject(object
)Simulink.Bus
object specified by an
slreportgen.report.ModelVariableResult
or
Simulink.VariableUsage
object. See the Object
property.
sets the reporter properties using name-value pairs. You can specify multiple name-value
pair arguments in any order. Enclose each property name in single or double quotes.reporter
= slreportgen.report.BusObject(Name,Value
)
Simulink.findVars
| Simulink.VariableUsage
| slreportgen.finder.ModelVariableFinder
| slreportgen.finder.ModelVariableResult
| slreportgen.report.Bus
| slreportgen.report.ModelVariable