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

All active pins that the publication places on one named net. More...

#include <conn_engine.h>

Public Attributes

wxString name
 
std::vector< ERC_PINpins
 
bool noConnect = false
 
bool powerDriven = false
 

Detailed Description

All active pins that the publication places on one named net.

ERC checks each net against the pin conflict matrix.

Definition at line 256 of file conn_engine.h.

Member Data Documentation

◆ name

wxString SCH_CONNECTIVITY::ERC_PIN_NET::name

Definition at line 258 of file conn_engine.h.

◆ noConnect

bool SCH_CONNECTIVITY::ERC_PIN_NET::noConnect = false

Definition at line 260 of file conn_engine.h.

◆ pins

std::vector<ERC_PIN> SCH_CONNECTIVITY::ERC_PIN_NET::pins

Definition at line 259 of file conn_engine.h.

◆ powerDriven

bool SCH_CONNECTIVITY::ERC_PIN_NET::powerDriven = false

Definition at line 261 of file conn_engine.h.


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