getAllocatedFrom

Get allocation target

    Description

    targetElements = getAllocatedFrom(element) gets all the elements that are allocated from the specified source element.

    Input Arguments

    collapse all

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

    Output Arguments

    collapse all

    Target elements that are allocated from the specified element, returned as an array of systemcomposer.arch.Element objects.

    Introduced in R2020b