PCB Design - Design Review and Testing
Given a PCB 3D clearance check script snippet:
What is the expected output if two components are 0.3 mm apart?
setClearanceDistance(0.5); checkClearance(); return clearanceStatus;
What is the expected output if two components are 0.3 mm apart?
