Check for pin-coordinate collisions across the sheet
easyeda_schematic_check_collisionsScan schematic for components with overlapping pin coordinates, detecting silent short-circuit risks not caught by standard collision checks. Run after manual placement to ensure pin location exclusivity.
Instructions
Scan every component's real pin coordinates and report any (x,y) shared by two or more components — a silent-short risk the native NET_COLLISION guard misses for never-wired pins. Run after manual placement outside easyeda_workflow_* tools (which reconcile this automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project/schematic ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| success | Yes | ||
| collisions | Yes | ||
| project_id | Yes | ||
| collision_count | Yes |