Main Content

Simulink.dictionary.archdata.open

Create Architectural Data object representing architectural data of existing Simulink data dictionary

Since R2023b

    Description

    example

    archDataObj = Simulink.dictionary.archdata.open('dictionaryName') returns an Architectural Data object of the Simulink® data dictionary specified by dictionaryName.

    Examples

    collapse all

    To create an Architectural Data object representing the architectural data of the Simulink data dictionary specified by dictionaryName, use the Simulink.dictionary.archdata.open function. For an example that shows more of this workflow for related functions, see Create Architectural Data Object and Use It to Configure Architectural Data.

    archDataObj = Simulink.dictionary.archdata.open("myDictionary.sldd");

    Input Arguments

    collapse all

    File name of a Simulink data dictionary, specified as a character vector or string scalar. The name must include the .sldd extension and must be a valid MATLAB® identifier.

    Example: "myDictionary.sldd"

    Data Types: char | string

    Output Arguments

    collapse all

    Architectural Data object, specified as a Simulink.dictionary.ArchitecturalData object.

    Version History

    Introduced in R2023b