finesse.components.general.Connector.coupling_type

Connector.coupling_type(from_node, to_node)[source]

Obtains the type of coupling (see CouplingType) between the two specified nodes at this component.

Parameters
from_nodeNode

Node which has a forwards coupling to to_node.

to_nodeNode

Node which has a backwards coupling from from_node.

Returns
coupling_tCouplingType

The type of coupling between the specified nodes.