getAllocatedTo

Get allocation source

    Description

    sourceElements = getAllocatedTo(element) gets all the source elements allocated to a specified element.

    Input Arguments

    collapse all

    The element for which you target to find the source elements, specified as a systemcomposer.arch.Element object or a name of the element as a character vector.

    Output Arguments

    collapse all

    Source elements that are allocated to the specified element, specified as an array of systemcomposer.arch.Element objects.

    Introduced in R2020b