systemcomposer.arch.ComponentPort

Represent input and output ports of a component

Description

This class inherits from systemcomposer.arch.BasePort.

Creation

addPort(compObj.Architecture,portName'in')

compPortObj = getPort(compObj,portName)

A component port is constructed by creating an architecture port on the architecture of the component.

Properties

expand all

Direction of the port.

Name of the interface associated with this port.

Interface associated with this port, specified as a systemcomposer.internal.SignalInterface object.

Connectors of this port, specified as a systemcomposer.arch.Connector object.

If the port already has connections, specified as logical.

Architecture that owns this port, specified as a systemcomposer.arch.Architecture object.

Architecture port within the component that maps to this port, specified as a systemcomposer.arch.ArchitecturePort object.

Object Functions

connectConnect pairs of components
applyStereotypeApply a stereotype to a model element

Introduced in R2019a