|
KiCad PCB EDA Suite
|
Standard signal pin definition (power, ground, etc.) More...
#include <pads_parser.h>
Public Attributes | |
| std::string | pin_number |
| Pin number. | |
| double | width = 0.0 |
| Track width for connections. | |
| std::string | signal_name |
| Standard signal name (e.g., VCC, GND) | |
Standard signal pin definition (power, ground, etc.)
Definition at line 424 of file pads_parser.h.
| std::string PADS_IO::SIGPIN::pin_number |
Pin number.
Definition at line 426 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| std::string PADS_IO::SIGPIN::signal_name |
Standard signal name (e.g., VCC, GND)
Definition at line 428 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().
| double PADS_IO::SIGPIN::width = 0.0 |
Track width for connections.
Definition at line 427 of file pads_parser.h.
Referenced by PADS_IO::PARSER::parseSectionPARTTYPE().