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_node : Node

Node which has a forwards coupling to to_node.

to_node : Node

Node which has a backwards coupling from from_node.

Returns

coupling_t : CouplingType

The type of coupling between the specified nodes.