slreportgen.finder.ChartDiagramFinder Class
Namespace: slreportgen.finder
Superclasses: slreportgen.finder.DiagramFinder
Create Stateflow chart finder
Description
Finds Stateflow® charts.
The slreportgen.finder.ChartDiagramFinder class is a handle class.
Creation
Description
creates a finder that finds Stateflow charts in the specified finder = ChartDiagramFinder(container)container. To
constrain the search to only include specific types of charts, use the
properties of this finder.
Note
This finder can operate in either find or iterator mode. In find mode, use its find method to return the results of a search as an array of results. In iterator mode, use its hasNext and next methods to return the results of a search one-by-one. When searching in models that have many model references, use iterator mode. Iterator mode closes a model after compiling and searching it, whereas find mode keeps all the models that it searches open. Having many open models can consume all system memory and slow report generation. Iterator mode is slower than find mode, so use find mode to search models that reference few or no other models.
sets properties using name-value arguments. You can specify multiple
name-value arguments in any order.finder = ChartDiagramFinder(PropertyName=Value)
Input Arguments
Properties
Methods
Examples
Version History
Introduced in R2017b