Simulink.interface.dictionary.open
In R2023b the Architectural Data section of data dictionaries was introduced. When managing interfaces, data types, constants, and software address methods consider using the Simulink.dictionary.ArchitecturalData
programmatic interfaces instead. For more information, see Programmatically Manage AUTOSAR Architectural Data.
Description
opens the specified Interface Dictionary dictObj
= Simulink.interface.dictionary.open(dictionaryName
)dictionaryName
and returns an
object representing the dictionary.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2022bSee Also
Simulink.interface.Dictionary
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| close
| getDataType
| getDataTypeNames
| getInterface
| getInterfaceNames
| getPlatformMapping
| importFromBaseWorkspace
| importFromFile
| isDirty
| removeDataType
| removeInterface
| save
| show
| showChanges
| Simulink.interface.dictionary.create