|
KiCad PCB EDA Suite
|
All active pins that the publication places on one named net. More...
#include <conn_engine.h>
Public Attributes | |
| wxString | name |
| std::vector< ERC_PIN > | pins |
| bool | noConnect = false |
| bool | powerDriven = false |
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.
| wxString SCH_CONNECTIVITY::ERC_PIN_NET::name |
Definition at line 258 of file conn_engine.h.
| bool SCH_CONNECTIVITY::ERC_PIN_NET::noConnect = false |
Definition at line 260 of file conn_engine.h.
| std::vector<ERC_PIN> SCH_CONNECTIVITY::ERC_PIN_NET::pins |
Definition at line 259 of file conn_engine.h.
| bool SCH_CONNECTIVITY::ERC_PIN_NET::powerDriven = false |
Definition at line 261 of file conn_engine.h.