finesse.components.general.Connector.interaction_type

Connector.interaction_type(from_node, to_node)[source]

Obtains the type of interaction (see InteractionType) 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
interaction_tInteractionType

The type of interaction between the specified nodes.