|
KiCad PCB EDA Suite
|
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 | RelativeLength |
| The length relative to the coupled track. | |
| double | RelativeDelay |
| The propagation delay relative to the coupled track. | |
Represents a point on a track where the length and delay relative to the coupled track can be calculated.
Definition at line 127 of file diff_phase_skew_tool.h.
| double KNOWN_RELATIVE_POINT::LinearDistance |
The distance (in IU) along the track.
Definition at line 130 of file diff_phase_skew_tool.h.
| double KNOWN_RELATIVE_POINT::RelativeDelay |
The propagation delay relative to the coupled track.
Definition at line 136 of file diff_phase_skew_tool.h.
| double KNOWN_RELATIVE_POINT::RelativeLength |
The length relative to the coupled track.
Definition at line 133 of file diff_phase_skew_tool.h.