Query Zones
query_zonesQuery copper zones (filled pours) on a PCB with optional filters by net, layer, or bounding box. Returns zone details to audit power planes and GND pours.
Instructions
Query copper zones (filled pours) on the board with optional filters by net, layer, or bounding box. Returns zone net, layers, priority, fill state, and bounding box. Useful for auditing power planes and GND pours that query_traces does not include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| net | No | Filter by net name | |
| layer | No | Filter by layer name (matches zones that include this layer) | |
| boundingBox | No | Filter to zones whose bounding box overlaps this region |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |