KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CHAIN_BRIDGE Struct Reference

One series-component bridge edge inside a chain graph. More...

#include <net_chain_bridging.h>

Public Attributes

PADpadA
 
PADpadB
 
double length
 
double delay
 

Detailed Description

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.

Member Data Documentation

◆ delay

double CHAIN_BRIDGE::delay

Definition at line 180 of file net_chain_bridging.h.

◆ length

double CHAIN_BRIDGE::length

Definition at line 179 of file net_chain_bridging.h.

◆ padA

PAD* CHAIN_BRIDGE::padA

Definition at line 177 of file net_chain_bridging.h.

◆ padB

PAD* CHAIN_BRIDGE::padB

Definition at line 178 of file net_chain_bridging.h.


The documentation for this struct was generated from the following file: