importFromBaseWorkspace
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
importFromBaseWorkspace(
copies
dictObj
)Simulink.Bus
, Simulink.ValueType
, and
Simulink.AliasType
objects from base workspace to the interface
dictionary identified by dictObj
. The Simulink.Bus
objects are imported as data interfaces. For those objects that need to be used as a
structure DataType
, these objects can be cut and pasted into the
interface dictionary after the import operation.
Examples
Input Arguments
Version History
Introduced in R2022bSee Also
Simulink.interface.Dictionary
| addAliasType
| addDataInterface
| addEnumType
| addPlatformMapping
| addStructType
| addValueType
| close
| getDataType
| getDataTypeNames
| getInterface
| getInterfaceNames
| getPlatformMapping
| importFromFile
| isDirty
| removeDataType
| removeInterface
| save
| show
| showChanges
| Simulink.interface.dictionary.create
| Simulink.interface.dictionary.open