isArchitecture

Find if an instance is an architecture instance

Description

flag = isArchitecture(instance) finds whether the instance is an architecture instance.

Input Arguments

collapse all

This function is part of the instance API that you can use to analyze the model iteratively, element by element.instance refers to the element instance on which the iteration is being performed.

Data Types: systemcomposer.analysis.ArchitectureInstance | systemcomposer.analysis.ComponentInstance | systemcomposer.analysis.PortInstance | systemcomposer.analysis.ConnectorInstance

Output Arguments

collapse all

This argument is true if the instance is an architecture.

Introduced in R2019a