Interface Editor
Description
The Interface Editor lets you edit an interface dictionary through a Simulink.interface.Dictionary
object. You can open the Interface Editor from a
system architecture model in the Simulink Editor or from the MATLAB® Command Window. By using the Interface Editor, you can create interface and data
type definitions that can be shared among both Simulink and architecture models and saved to
the interface dictionary .sldd
file.
With the Interface Editor, you can:
Support the AUTOSAR Classic Platform:
For more information, see Manage Shared Interfaces and Data Types for AUTOSAR Architecture Models.
While working in the Interface Editor, you can filter, sort, and search design data in the main Contents pane to manage data. See Filter and Manage Design Data in Contents Pane.
Open the Interface Editor
You can open the Interface Editor using any of these methods.
From the Simulink® Editor for a system architecture, select Modeling > Design > Interface Editor.
With the Interface tab open, click the Open Interface Dictionary button.
From an existing interface dictionary file, double-click the
.sldd
file.At the MATLAB command prompt, type
interfaceeditor
.If you have opened an interface dictionary object (for example,
dictionaryObjectName
), at the MATLAB command prompt, typeshow(dictionaryObjectname)
.
Examples
Version History
Introduced in R2022b