KiCad PCB EDA Suite
Loading...
Searching...
No Matches
test_solder_mask_track_to_pad.cpp File Reference

Test soldermask bridging detection between tracks and pads from different nets. More...

Go to the source code of this file.

Classes

struct  DRC_TRACK_TO_PAD_BRIDGE_FIXTURE
 

Functions

 BOOST_FIXTURE_TEST_CASE (DRCTrackToPadBridgeTest, DRC_TRACK_TO_PAD_BRIDGE_FIXTURE)
 

Detailed Description

Test soldermask bridging detection between tracks and pads from different nets.

Bug description: When a track passes near a pad from a different net, and that track is within the pad's soldermask aperture + SolderMaskToCopperClearance, a bridging error should be reported. This was not happening because the R-tree query clearance did not include SolderMaskToCopperClearance.

Definition in file test_solder_mask_track_to_pad.cpp.

Function Documentation

◆ BOOST_FIXTURE_TEST_CASE()