allocate

Create new allocation

    Description

    allocation = allocate(sourceElement,targetElement) creates a new allocation between the source element and the target element.

    Input Arguments

    collapse all

    Source element for allocation, specified as a systemcomposer.arch.Element object or the name of an element as a character vector.

    Target element for allocation, specified as a systemcomposer.arch.Element object or the name of an element as a character vector.

    Output Arguments

    collapse all

    Allocation between source and target element, returned as a systemcomposer.allocation.Allocation object.

    Introduced in R2020b