getAllocation

Get allocation between source and target elements

    Description

    allocation = getAllocation(sourceElement,targetElement) get the allocation, if one exists, between the source and target element.

    Input Arguments

    collapse all

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

    Target element for allocation, specified as a systemcomposer.arch.Element object or the name of the 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