KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ first

LABEL_LOCATION SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::first

Definition at line 270 of file conn_engine.h.

◆ firstNet

wxString SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::firstNet

Definition at line 273 of file conn_engine.h.

◆ number

wxString SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::number

Definition at line 272 of file conn_engine.h.

◆ other

LABEL_LOCATION SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::other

Definition at line 271 of file conn_engine.h.

◆ otherNet

wxString SCH_CONNECTIVITY::MULTI_UNIT_CONFLICT::otherNet

Definition at line 274 of file conn_engine.h.


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