save
Save applied interface dictionary migration changes from analysis of a model or an architecture
Since R2022b
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.
Syntax
Description
save(
save the applied migration
to an interface dictionary from the analysis by the migratorObj
)analyze
function of a model or an architecture. The analysis identifies the data types and
interfaces in the model and data dictionaries for migration to an interface dictionary. The
analysis also identifies conflict issues that affect migration. The save operation makes
changes persistent in:
The model
Any data dictionary that is used by the model and their hierarchies
The interface dictionary
Examples
Input Arguments
Version History
Introduced in R2022bSee Also
Migrator
| analyze
| analyzeAndApply
| apply
| revert