isConnector

Find if instance is connector instance

Description

flag = isConnector(instance) finds whether the instance is a connector 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 a connector.

Data Types: logical

Introduced in R2019a