isArchitecture

Find if instance is architecture instance

Description

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

Input Arguments

collapse all

Element instance, specified by a systemcomposer.analysis.ArchitectureInstance, systemcomposer.analysis.ComponentInstance, systemcomposer.analysis.PortInstance, or systemcomposer.analysis.ConnectorInstance object. 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.

Output Arguments

collapse all

This argument is true if the instance is an architecture.

Data Types: logical

Introduced in R2019a