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

Node which has a forwards coupling to to_node.

to_node : Node

Node which has a backwards coupling from from_node.

Returns

interaction_t : InteractionType

The type of interaction between the specified nodes.