slreportgen.finder.BlockResult Class
Namespace: slreportgen.finder
Superclasses: slreportgen.finder.DiagramElementResult
Create block finder result object
Description
Block search result object for a block in a Simulink® diagram.
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 pairs. You can specify multiple name-value
pair arguments in any order.finder
= BlockResult(Name=Value
)
Input Arguments
Properties
Methods
Version History
Introduced in R2017b