KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ERC_TESTER Class Reference

#include <erc.h>

Public Member Functions

 ERC_TESTER (SCHEMATIC *aSchematic)
 
int TestDuplicateSheetNames (bool aCreateMarker)
 Inside a given sheet, one cannot have sheets with duplicate names (file names can be duplicated).
 
void TestTextVars (DS_PROXY_VIEW_ITEM *aDrawingSheet)
 Check for any unresolved text variable references.
 
int TestConflictingBusAliases ()
 Check that there are no conflicting bus alias definitions in the schematic.
 
int TestMultiunitFootprints ()
 Test if all units of each multiunit symbol have the same footprint assigned.
 
int TestNoConnectPins ()
 In KiCad 5 and earlier, you could connect stuff up to pins with NC electrical type.
 
int TestPinToPin ()
 Checks the full netlist against the pin-to-pin connectivity requirements.
 
int TestMultUnitPinConflicts ()
 Checks if shared pins on multi-unit symbols have been connected to different nets.
 
int TestSimilarLabels ()
 Checks for labels that differ only in capitalization.
 
int TestLibSymbolIssues ()
 Test symbols for changed library symbols and broken symbol library links.
 
int TestFootprintLinkIssues (KIFACE *aCvPcb, PROJECT *aProject)
 Test footprint links against the current footprint libraries.
 
int TestOffGridEndpoints ()
 Test pins and wire ends for being off grid.
 
int TestSimModelIssues ()
 Test SPICE models for various issues.
 
int TestMissingUnits ()
 Test for uninstantiated units of multi unit symbols.
 
int TestMissingNetclasses ()
 Tests for netclasses that are referenced but not defined.
 
int RunRuleAreaERC ()
 Tests for rule area ERC issues.
 
int TestRuleAreaOverlappingRuleAreasERC (std::map< SCH_SCREEN *, std::vector< SCH_RULE_AREA * > > &allScreenRuleAreas)
 Runs ERC to check for overlapping rule areas.
 
void RunTests (DS_PROXY_VIEW_ITEM *aDrawingSheet, SCH_EDIT_FRAME *aEditFrame, KIFACE *aCvPcb, PROJECT *aProject, PROGRESS_REPORTER *aProgressReporter)
 

Private Attributes

SCHEMATICm_schematic
 

Detailed Description

Definition at line 49 of file erc.h.

Constructor & Destructor Documentation

◆ ERC_TESTER()

ERC_TESTER::ERC_TESTER ( SCHEMATIC aSchematic)
inline

Definition at line 53 of file erc.h.

Member Function Documentation

◆ RunRuleAreaERC()

◆ RunTests()

◆ TestConflictingBusAliases()

int ERC_TESTER::TestConflictingBusAliases ( )

Check that there are no conflicting bus alias definitions in the schematic.

(for example, two hierarchical sub-sheets contain different definitions for the same bus alias)

Returns
the error count

Definition at line 303 of file erc.cpp.

References _, ERC_ITEM::Create(), ERCE_BUS_ALIAS_CONFLICT, SCH_SCREENS::GetFirst(), SCH_SCREENS::GetNext(), m_schematic, and SCHEMATIC::Root().

Referenced by BOOST_FIXTURE_TEST_CASE(), and RunTests().

◆ TestDuplicateSheetNames()

int ERC_TESTER::TestDuplicateSheetNames ( bool  aCreateMarker)

Inside a given sheet, one cannot have sheets with duplicate names (file names can be duplicated).

Returns
the error count
Parameters
aCreateMarkertrue = create error markers in schematic, false = calculate error count only

Definition at line 134 of file erc.cpp.

References SCH_SCREEN::Append(), ERC_ITEM::Create(), ERCE_DUPLICATE_SHEET_NAME, SCH_SCREENS::GetFirst(), SCH_SCREENS::GetNext(), SCH_SHEET::GetPosition(), SCH_SHEET::GetShownName(), SCH_SCREEN::Items(), m_schematic, EE_RTREE::OfType(), SCHEMATIC::Root(), and SCH_SHEET_T.

Referenced by RunTests().

◆ TestFootprintLinkIssues()

◆ TestLibSymbolIssues()

◆ TestMissingNetclasses()

int ERC_TESTER::TestMissingNetclasses ( )

◆ TestMissingUnits()

◆ TestMultiunitFootprints()

◆ TestMultUnitPinConflicts()

int ERC_TESTER::TestMultUnitPinConflicts ( )

Checks if shared pins on multi-unit symbols have been connected to different nets.

Returns
the error count

Definition at line 813 of file erc.cpp.

References _, SCH_SCREEN::Append(), SCHEMATIC::ConnectionGraph(), ERC_ITEM::Create(), ERCE_DIFFERENT_UNIT_NET, CONNECTION_SUBGRAPH::GetItems(), CONNECTION_GRAPH::GetNetMap(), CONNECTION_SUBGRAPH::GetSheet(), SCH_SHEET_PATH::LastScreen(), m_schematic, name, pin, and SCH_PIN_T.

Referenced by BOOST_FIXTURE_TEST_CASE(), and RunTests().

◆ TestNoConnectPins()

int ERC_TESTER::TestNoConnectPins ( )

In KiCad 5 and earlier, you could connect stuff up to pins with NC electrical type.

In KiCad 6, this no longer results in those pins joining the net, so we need to warn about it

Returns
the error count

Definition at line 610 of file erc.cpp.

References _, ERC_ITEM::Create(), ERCE_NOCONNECT_CONNECTED, SCH_SYMBOL::GetPins(), SCHEMATIC::GetSheets(), m_schematic, pin, and SCH_SYMBOL_T.

Referenced by BOOST_FIXTURE_TEST_CASE(), and RunTests().

◆ TestOffGridEndpoints()

◆ TestPinToPin()

◆ TestRuleAreaOverlappingRuleAreasERC()

int ERC_TESTER::TestRuleAreaOverlappingRuleAreasERC ( std::map< SCH_SCREEN *, std::vector< SCH_RULE_AREA * > > &  allScreenRuleAreas)

Runs ERC to check for overlapping rule areas.

Definition at line 1260 of file erc.cpp.

References SCH_SCREEN::Append(), SHAPE_POLY_SET::Collide(), ERC_ITEM::Create(), ERCE_OVERLAPPING_RULE_AREAS, and SCH_SCREEN::GetClientSheetPaths().

Referenced by RunRuleAreaERC().

◆ TestSimilarLabels()

◆ TestSimModelIssues()

int ERC_TESTER::TestSimModelIssues ( )

◆ TestTextVars()

Member Data Documentation

◆ m_schematic


The documentation for this class was generated from the following files: