slreportgen.finder.DataDictionaryFinder Class
Namespace: slreportgen.finder
Superclasses: mlreportgen.finder.Finder
Description
Use an object of the slreportgen.finder.DataDictionaryFinder
class to find
Simulink® data dictionaries.
The slreportgen.finder.DataDictionaryFinder
class is a handle
class.
Creation
Description
creates a data dictionary finder and sets the finder
= slreportgen.finder.DataDictionaryFinderContainer
property to 'MATLABPath'
.
You can constrain the search by setting the properties of the finder. Use the methods of the finder to perform the search.
Note
This finder provides these options 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.
creates a data dictionary finder and sets the finder
= slreportgen.finder.DataDictionaryFinder(searchFolder
)Container
property to the folder or folders specified by searchFolder
.
sets properties using name-value pairs. You can specify multiple name-value pair arguments
in any order.finder
= slreportgen.finder.DataDictionaryFinder(Name=Value
)
Properties
Methods
Examples
Version History
Introduced in R2020b