TopologyDiagram.build_trails
- TopologyDiagram.build_trails(auxiliary_trails=False)[source]
Automatically generate the trails in the topology diagram.
The process starts a graph traversal that begins from the support nodes in the diagram. A trail is an ordered sequence of nodes with two characteristics: - An origin node is the first node in the trail - A support node is the last node in the trail
- Parameters:
auxiliary_trails (
bool
) – A flag to automatically append auxiliary trails to trail-unassigned nodes.
Notes
Origin nodes are computed in automatic as part of the trail-making process. Previous trails and auxiliary trails are recalculated every time this function is called.