Get Net At Point
get_net_at_pointRetrieve the net name at a specific (x, y) coordinate in a KiCAD schematic, returning null when no net label or wire endpoint exists.
Instructions
Returns the net name at a given (x, y) coordinate in a schematic, or null if no net label or wire endpoint is present at that position. Faster than get_pin_net when you only need the net name at a known coordinate and don't need pin traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in mm | |
| y | Yes | Y coordinate in mm | |
| schematicPath | Yes | Path to the schematic file (.kicad_sch) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |