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

A label that connects to nothing, or to only one pin. More...

#include <conn_engine.h>

Public Attributes

KIID_PATH sheet
 
KIID item
 
VECTOR2I position
 
bool singlePin = false
 

Detailed Description

A label that connects to nothing, or to only one pin.

ERC raises ERCE_LABEL_NOT_CONNECTED or ERCE_LABEL_SINGLE_PIN.

Definition at line 281 of file conn_engine.h.

Member Data Documentation

◆ item

KIID SCH_CONNECTIVITY::LABEL_CONNECTION_ERROR::item

Definition at line 284 of file conn_engine.h.

◆ position

VECTOR2I SCH_CONNECTIVITY::LABEL_CONNECTION_ERROR::position

Definition at line 285 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::LABEL_CONNECTION_ERROR::sheet

Definition at line 283 of file conn_engine.h.

◆ singlePin

bool SCH_CONNECTIVITY::LABEL_CONNECTION_ERROR::singlePin = false

Definition at line 286 of file conn_engine.h.


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