KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIB_SYMBOL::LOGICAL_PIN Struct Reference

Logical pins: Return expanded logical pins based on stacked-pin notation. More...

#include <lib_symbol.h>

Public Attributes

SCH_PINpin
 pointer to the base graphical pin
 
wxString number
 expanded logical pin number
 

Detailed Description

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 432 of file lib_symbol.h.

Member Data Documentation

◆ number

wxString LIB_SYMBOL::LOGICAL_PIN::number

expanded logical pin number

Definition at line 435 of file lib_symbol.h.

◆ pin

SCH_PIN* LIB_SYMBOL::LOGICAL_PIN::pin

pointer to the base graphical pin

Definition at line 434 of file lib_symbol.h.


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