allocate
Create new allocation
Description
creates a new allocation between the source element allocation
= allocate(allocScenario
,sourceElement
,targetElement
)sourceElement
and
target element targetElement
.
Examples
Create Allocation Set and Allocate Elements Between Models
Create two new models with a component each.
mSource = systemcomposer.createModel("Source_Model_Allocation",true); sourceComp = mSource.Architecture.addComponent("Source_Component"); mTarget = systemcomposer.createModel("Target_Model_Allocation",true); targetComp = mTarget.Architecture.addComponent("Target_Component");
Create the allocation set MyNewAllocation
.
allocSet = systemcomposer.allocation.createAllocationSet("MyNewAllocation",... "Source_Model_Allocation","Target_Model_Allocation");
Get the default allocation scenario.
defaultScenario = allocSet.getScenario("Scenario 1");
Allocate components between models.
allocation = defaultScenario.allocate(sourceComp,targetComp);
Save the allocation set.
allocSet.save
Open the Allocation Editor.
systemcomposer.allocation.editor
Input Arguments
allocScenario
— Allocation scenario
allocation scenario object
Allocation scenario , specified as a systemcomposer.allocation.AllocationScenario
object.
sourceElement
— Source element
element object
Source element, specified as a systemcomposer.arch.Element
object.
An element object translates to a systemcomposer.arch.Component
, systemcomposer.arch.VariantComponent
, systemcomposer.arch.ComponentPort
, systemcomposer.arch.ArchitecturePort
, systemcomposer.arch.Connector
, or systemcomposer.arch.PhysicalConnector
object.
targetElement
— Target element
element object
Target element, specified as a systemcomposer.arch.Element
object.
An element object translates to a systemcomposer.arch.Component
, systemcomposer.arch.VariantComponent
, systemcomposer.arch.ComponentPort
, systemcomposer.arch.ArchitecturePort
, systemcomposer.arch.Connector
, or systemcomposer.arch.PhysicalConnector
object.
Output Arguments
allocation
— Allocation
allocation object
Allocation between source and target element, returned as a systemcomposer.allocation.Allocation
object.
More About
Definitions
Term | Definition | Application | More Information |
---|---|---|---|
allocation | An allocation establishes a directed relationship from architectural elements — components, ports, and connectors — in one model to architectural elements in another model. | Resource-based allocation allows you to allocate functional architectural elements to logical architectural elements and logical architectural elements to physical architectural elements. | Allocate Architectures in Tire Pressure Monitoring System |
allocation scenario | An allocation scenario contains a set of allocations between a source and a target model. | Allocate between model elements within an allocation in an allocation scenario. The default allocation scenario is called | Create and Manage Allocations |
allocation set | An allocation set consists of one or more allocation scenarios that describe various allocations between a source and a target model. | Create an allocation set with allocation scenarios in the Allocation Editor. | Systems Engineering Approach for SoC Applications |
Version History
See Also
getAllocation
| getAllocatedFrom
| getAllocatedTo
| deallocate
| destroy
| getScenario
| createAllocationSet
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)