slreportgen.finder.BlockResult Class
R2026bNamespace: slreportgen.finder
Superclasses: slreportgen.finder.DiagramElementResult
Create block finder result object
Description
Block search result object for a block in a Simulink® diagram.
When you add a BlockResult object to a report or reporter, the object
uses its getReporter method to generate a properties table for the
block. If the block is a subsystem or chart, use the getDiagramReporter
method to obtain a reporter that generates a snapshot of the block diagram or
chart.
The slreportgen.finder.BlockResult class is a handle class.
Creation
Description
creates a search result object for a result = BlockResult(block)block found by a
BlockFinder. The result object
contains the Simulink block.
Note
The simulink.finder.BlockFinder find method creates
objects of this type for each block that it finds. You do not need
to create this object yourself.
sets properties using name-value arguments. You can specify multiple
name-value arguments in any order.finder = BlockResult(PropertyName=Value)
Input Arguments
Properties
Methods
Version History
Introduced in R2017b