finesse.components.general.determine_coupling_type

finesse.components.general.determine_coupling_type(from_node, to_node)[source]

Retrieves the type of coupling (see CouplingType) between two nodes.

Parameters

from_node : Node

Node which couples into to_node.

to_node : Node

Node which has a coupling from from_node.

Returns

coupling_t : CouplingType

The type of coupling between the two given nodes.