|
KiCad PCB EDA Suite
|
One series-component bridge edge inside a chain graph. More...
#include <net_chain_bridging.h>
Public Attributes | |
| PAD * | padA |
| PAD * | padB |
| double | length |
| double | delay |
One series-component bridge edge inside a chain graph.
EnumerateChainBridges returns one CHAIN_BRIDGE per qualifying pad pair on a footprint (rather than collapsing to the maximum span the way FootprintChainBridgingLength does). The CHAIN_TOPOLOGY graph builder consumes these as edges so it can route the trunk path through every series passive in the chain.
Definition at line 175 of file net_chain_bridging.h.
| double CHAIN_BRIDGE::delay |
Definition at line 180 of file net_chain_bridging.h.
| double CHAIN_BRIDGE::length |
Definition at line 179 of file net_chain_bridging.h.
| PAD* CHAIN_BRIDGE::padA |
Definition at line 177 of file net_chain_bridging.h.
| PAD* CHAIN_BRIDGE::padB |
Definition at line 178 of file net_chain_bridging.h.