|
KiCad PCB EDA Suite
|
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. | |
Differential pair definition.
Definition at line 221 of file pads_parser.h.
| double PADS_IO::DIFF_PAIR_DEF::gap = 0.0 |
Spacing between traces.
Definition at line 226 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| std::string PADS_IO::DIFF_PAIR_DEF::name |
Pair name.
Definition at line 223 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| std::string PADS_IO::DIFF_PAIR_DEF::negative_net |
Negative net name.
Definition at line 225 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| std::string PADS_IO::DIFF_PAIR_DEF::positive_net |
Positive net name.
Definition at line 224 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().
| double PADS_IO::DIFF_PAIR_DEF::width = 0.0 |
Trace width.
Definition at line 227 of file pads_parser.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), PADS_IO::PARSER::parseSectionDIFFPAIR(), and PADS_IO::PARSER::parseSectionMISC().