|
KiCad PCB EDA Suite
|
Logical pins: Return expanded logical pins based on stacked-pin notation. More...
#include <lib_symbol.h>
Public Attributes | |
| SCH_PIN * | pin |
| pointer to the base graphical pin | |
| wxString | number |
| expanded logical pin number | |
Logical pins: Return expanded logical pins based on stacked-pin notation.
Each returned item pairs a base graphical pin with a single expanded logical number.
Definition at line 577 of file lib_symbol.h.
| wxString LIB_SYMBOL::LOGICAL_PIN::number |
expanded logical pin number
Definition at line 580 of file lib_symbol.h.
| SCH_PIN* LIB_SYMBOL::LOGICAL_PIN::pin |
pointer to the base graphical pin
Definition at line 579 of file lib_symbol.h.