|
KiCad PCB EDA Suite
|
A (compPin "padDes" ...) inside a compDef, mapping a symbol pin ordinal to the physical pad designator and carrying the electrical type. More...
#include <pcad_sch_parser.h>
Public Attributes | |
| wxString | padDes |
| wxString | pinName |
| int | partNum = 1 |
| wxString | symPinNum |
| wxString | pinType |
A (compPin "padDes" ...) inside a compDef, mapping a symbol pin ordinal to the physical pad designator and carrying the electrical type.
Definition at line 165 of file pcad_sch_parser.h.
| wxString PCAD_SCH::COMP_PIN::padDes |
Definition at line 167 of file pcad_sch_parser.h.
| int PCAD_SCH::COMP_PIN::partNum = 1 |
Definition at line 169 of file pcad_sch_parser.h.
| wxString PCAD_SCH::COMP_PIN::pinName |
Definition at line 168 of file pcad_sch_parser.h.
| wxString PCAD_SCH::COMP_PIN::pinType |
Definition at line 171 of file pcad_sch_parser.h.
| wxString PCAD_SCH::COMP_PIN::symPinNum |
Definition at line 170 of file pcad_sch_parser.h.