KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD_SCH::COMP_PIN Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ padDes

wxString PCAD_SCH::COMP_PIN::padDes

Definition at line 167 of file pcad_sch_parser.h.

◆ partNum

int PCAD_SCH::COMP_PIN::partNum = 1

Definition at line 169 of file pcad_sch_parser.h.

◆ pinName

wxString PCAD_SCH::COMP_PIN::pinName

Definition at line 168 of file pcad_sch_parser.h.

◆ pinType

wxString PCAD_SCH::COMP_PIN::pinType

Definition at line 171 of file pcad_sch_parser.h.

◆ symPinNum

wxString PCAD_SCH::COMP_PIN::symPinNum

Definition at line 170 of file pcad_sch_parser.h.


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