isConnector

Find if an instance is a connector instance

Description

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

Introduced in R2019a