TopologyDiagram.build_trails

TopologyDiagram.build_trails()[source]

Automatically builds the trails in the topology diagram.

A trail is an ordered sequence of nodes with two characteristics: there is a root node at the start, and a support node at the end.

Returns

trails (dict) – The trails. Their keys in the dictionary correspond to the found origin nodes.

Notes

Origin nodes are computed as part of the trail-making process.