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

A data structure to contain basic geometry data which can affect signal propagation calculations. More...

#include <time_domain_parameters_iface.h>

Public Attributes

const NETCLASSNetClass
 The net class this track belongs to.
 
PCB_LAYER_ID Layer
 The layer this track is on.
 
int64_t Width
 The width (in internal units) of the track.
 
bool IsDiffPairCoupled { false }
 Whether this track or via is a member of a coupled differential pair.
 
int64_t DiffPairCouplingGap { 0 }
 The gap between coupled tracks.
 

Detailed Description

A data structure to contain basic geometry data which can affect signal propagation calculations.

Definition at line 35 of file time_domain_parameters_iface.h.

Member Data Documentation

◆ DiffPairCouplingGap

int64_t TIME_DOMAIN_GEOMETRY_CONTEXT::DiffPairCouplingGap { 0 }

◆ IsDiffPairCoupled

bool TIME_DOMAIN_GEOMETRY_CONTEXT::IsDiffPairCoupled { false }

◆ Layer

◆ NetClass

◆ Width


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