systemcomposer.openDictionary

Open data dictionary

    Description

    example

    dict_id = systemcomposer.openDictionary(dictionaryName) opens an existing Simulink® data dictionary to hold interfaces and returns a handle to the systemcomposer.interface.Dictionary object.

    Examples

    collapse all

    dict_id = systemcomposer.openDictionary('my_dictionary.sldd')
    

    Input Arguments

    collapse all

    Name of existing data dictionary, specified as a character vector. The name must include the .sldd extension.

    Example: 'my_dictionary.sldd'

    Data Types: char

    Output Arguments

    collapse all

    Handle to the dictionary, returned as a systemcomposer.interface.Dictionary object.

    Introduced in R2019a