|
KiCad PCB EDA Suite
|
A pin number of one multi-unit symbol that different units connect to different nets. More...
#include <conn_engine.h>
Public Attributes | |
| LABEL_LOCATION | first |
| LABEL_LOCATION | other |
| wxString | number |
| wxString | firstNet |
| wxString | otherNet |
A pin number of one multi-unit symbol that different units connect to different nets.
ERC raises ERCE_DIFFERENT_UNIT_NET.
Definition at line 268 of file conn_engine.h.
| LABEL_LOCATION SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::first |
Definition at line 270 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::firstNet |
Definition at line 273 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::number |
Definition at line 272 of file conn_engine.h.
| LABEL_LOCATION SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::other |
Definition at line 271 of file conn_engine.h.
| wxString SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::otherNet |
Definition at line 274 of file conn_engine.h.