createOwnedType
Description
creates an owned value type on a data element or function argument.ownedType
= createOwnedType(dataElement
)
An owned interface is an interface that is local to a specific port and not shared in a data dictionary or the model dictionary.
creates an owned value type on a data element or function argument with additional
options.ownedType
= createOwnedType(dataElement
,Name,Value
)
Examples
Create Owned Value Type on Data Element on Architecture Port
model = systemcomposer.createModel("archModel",true); port = model.Architecture.addPort("inPort","in"); interface = port.createInterface("DataInterface"); element = interface.addElement("newElement"); subInterface = element.createOwnedType
subInterface = ValueType with properties: Name: '' DataType: 'double' Dimensions: '1' Units: '' Complexity: 'real' Minimum: '[]' Maximum: '[]' Description: '' Owner: [1×1 systemcomposer.interface.DataElement] Model: [1×1 systemcomposer.arch.Model] UUID: 'd184ab90-2be9-4acc-9d94-ed62d0cf2827' ExternalUID: ''
Select the architecture port inPort
on the architecture model and
open the Property
Inspector from the Modeling menu. Under Open in
Interface Editor, select the edit
link. In the Interface
Editor, enter the Port Interface View
. Observe the
new data element newElement
under the port
inPort
.
Input Arguments
dataElement
— Data element or function argument
data element object | function argument object
Data element or function argument, specified as a systemcomposer.interface.DataElement
or systemcomposer.interface.FunctionArgument
object.
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
Example: createOwnedType(dataElement,DataType="double",Dimensions="2",Units="m/s",Complexity="complex",Minimum="0",Maximum="100",Description="Maintain
altitude")
DataType
— Data type
character vector | string
Data type, specified as a character vector or string for a valid MATLAB® data type. The default value is double
.
Example: createOwnedType(dataElement,DataType="double")
Data Types: char
| string
Dimensions
— Dimensions of value type
character vector | string
Dimensions of value type, specified as a character vector or string. The default
value is 1
.
Example: createOwnedType(dataElement,Dimensions="2")
Data Types: char
| string
Units
— Units of value type
character vector | string
Units of value type, specified as a character vector or string.
Example: createOwnedType(dataElement,Units="m/s")
Data Types: char
| string
Complexity
— Complexity of value type
character vector | string
Complexity of value type, specified as a character vector or string. The default
value is real
. Other possible values are complex
and auto
.
Example: createOwnedType(dataElement,Complexity="complex")
Data Types: char
| string
Minimum
— Minimum of value type
character vector | string
Minimum of value type, specified as a character vector or string.
Example: createOwnedType(dataElement,Minimum="0")
Data Types: char
| string
Maximum
— Maximum of value type
character vector | string
Maximum of value type, specified as a character vector or string.
Example: createOwnedType(dataElement,Maximum="100")
Data Types: char
| string
Description
— Description of value type
character vector | string
Description of value type, specified as a character vector or string.
Example: createOwnedType(dataElement,Description="Maintain
altitude")
Data Types: char
| string
Output Arguments
ownedType
— Owned value type
value type object
Owned value type, returned as a systemcomposer.ValueType
object.
More About
Definitions
Term | Definition | Application | More Information |
---|---|---|---|
architecture | A System Composer™ architecture represents a system of components and how they interface with each other structurally and behaviorally. |
Different types of architectures describe different aspects of systems. You can use views to visualize a subset of components in an architecture. You can define parameters on the architecture level using the Parameter Editor. | |
model | A System Composer model is the file that contains architectural information, including components, ports, connectors, interfaces, and behaviors. |
Perform operations on a model:
A System Composer model is stored as an SLX file. | Create Architecture Model with Interfaces and Requirement Links |
component | A component is a nontrivial, nearly independent, and replaceable part of a system that fulfills a clear function in the context of an architecture. A component defines an architectural element, such as a function, a system, hardware, software, or other conceptual entity. A component can also be a subsystem or subfunction. | Represented as a block, a component is a part of an architecture model that can be separated into reusable artifacts. Transfer information between components with:
| Components |
port | A port is a node on a component or architecture that represents a point of interaction with its environment. A port permits the flow of information to and from other components or systems. |
There are different types of ports:
| Ports |
connector | Connectors are lines that provide connections between ports. Connectors describe how information flows between components or architectures. | A connector allows two components to interact without defining the nature of the interaction. Set an interface on a port to define how the components interact. | Connections |
Term | Definition | Application | More Information |
---|---|---|---|
interface data dictionary | An interface data dictionary is a consolidated list of all the interfaces and value types in an architecture and where they are used. | Local interfaces on a System Composer model can be saved in an interface data dictionary using the Interface Editor. You can reuse interface dictionaries between models that need to use a given set of interfaces, elements, and value types. Linked data dictionaries are stored in separate SLDD files. | |
data interface | A data interface defines the kind of information that flows through a port. The same interface can be assigned to multiple ports. A data interface can be composite, meaning that it can include data elements that describe the properties of an interface signal. | Data interfaces represent the information that is shared through a connector and enters or exits a component through a port. Use the Interface Editor to create and manage data interfaces and data elements and store them in an interface data dictionary for reuse between models. | |
data element | A data element describes a portion of an interface, such as a communication message, a calculated or measured parameter, or other decomposition of that interface. |
Data interfaces are decomposed into data elements:
| |
value type | A value type can be used as a port interface to define the atomic piece of data that flows through that port and has a top-level type, dimension, unit, complexity, minimum, maximum, and description. | You can also assign the type of data elements in data interfaces to value types. Add value types to data dictionaries using the Interface Editor so that you can reuse the value types as interfaces or data elements. | Create Value Types as Interfaces |
owned interface | An owned interface is an interface that is local to a specific port and not shared in a data dictionary or the model dictionary. | Create an owned interface to represent a value type or data interface that is local to a port. | Define Owned Interfaces Local to Ports |
adapter | An adapter helps connect two components with incompatible port interfaces by mapping between the two interfaces. An adapter can act as a unit delay or rate transition. You can also use an adapter for bus creation. Use the Adapter block to implement an adapter. |
With an adapter, you can perform functions on the Interface Adapter dialog box:
|
Version History
Introduced in R2021b
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)