systemcomposer.rptgen.finder.DictionaryFinder class
Package: systemcomposer.rptgen.finder
Superclasses: mlreportgen.finder.Finder
(MATLAB Report Generator)
Description
The systemcomposer.rptgen.finder.DictionaryFinder
class searches for
information about all the dictionaries in a given System Composer™ architecture model.
Creation
creates a finder that finds all dictionaries in an architecture model specified by the
finder
= DictionaryFinder(Container
)Type
property to search for model dictionaries or reference
dictionaries.
Note
This finder provides two ways to get search results:
To return the search results as an array, use the
find
method. Add the results directly to a report or process the results in afor
loop.To iterate through the results one at a time, use the
hasNext
andnext
methods in awhile
loop.
Neither option has a performance advantage.
Properties
Methods
Examples
Version History
Introduced in R2022b