KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PADS_IO::DIFF_PAIR_DEF Struct Reference

Differential pair definition. More...

#include <pads_parser.h>

Public Attributes

std::string name
 Pair name.
 
std::string positive_net
 Positive net name.
 
std::string negative_net
 Negative net name.
 
double gap = 0.0
 Spacing between traces.
 
double width = 0.0
 Trace width.
 

Detailed Description

Differential pair definition.

Definition at line 221 of file pads_parser.h.

Member Data Documentation

◆ gap

double PADS_IO::DIFF_PAIR_DEF::gap = 0.0

◆ name

std::string PADS_IO::DIFF_PAIR_DEF::name

◆ negative_net

std::string PADS_IO::DIFF_PAIR_DEF::negative_net

◆ positive_net

std::string PADS_IO::DIFF_PAIR_DEF::positive_net

◆ width

double PADS_IO::DIFF_PAIR_DEF::width = 0.0

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