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

Represents a point on a track where the length and delay relative to the coupled track can be calculated. More...

#include <diff_phase_skew_tool.h>

Public Attributes

double LinearDistance
 The distance (in IU) along the track.
 
double RelativeLengthBefore
 The length relative to the coupled track.
 
double RelativeDelayBefore
 The propagation delay relative to the coupled track.
 
double RelativeLengthAfter
 The length relative to the coupled track.
 
double RelativeDelayAfter
 The propagation delay relative to the coupled track.
 

Detailed Description

Represents a point on a track where the length and delay relative to the coupled track can be calculated.

Definition at line 133 of file diff_phase_skew_tool.h.

Member Data Documentation

◆ LinearDistance

double KNOWN_RELATIVE_POINT::LinearDistance

The distance (in IU) along the track.

Definition at line 136 of file diff_phase_skew_tool.h.

◆ RelativeDelayAfter

double KNOWN_RELATIVE_POINT::RelativeDelayAfter

The propagation delay relative to the coupled track.

Definition at line 148 of file diff_phase_skew_tool.h.

◆ RelativeDelayBefore

double KNOWN_RELATIVE_POINT::RelativeDelayBefore

The propagation delay relative to the coupled track.

Definition at line 142 of file diff_phase_skew_tool.h.

◆ RelativeLengthAfter

double KNOWN_RELATIVE_POINT::RelativeLengthAfter

The length relative to the coupled track.

Definition at line 145 of file diff_phase_skew_tool.h.

◆ RelativeLengthBefore

double KNOWN_RELATIVE_POINT::RelativeLengthBefore

The length relative to the coupled track.

Definition at line 139 of file diff_phase_skew_tool.h.


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