pcb_optimize_ground_stitching
Optimize ground via stitching for reference planes. Calculate spacing using the lambda/20 rule and suggest via locations while accounting for existing vias and plane gaps.
Instructions
Optimize ground via stitching pattern for a reference plane. Calculates spacing from lambda/20 rule and suggests via locations accounting for existing vias and plane gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plane_gaps | No | Plane gap definitions [{x_start_mm, y_start_mm, x_end_mm, y_end_mm, width_mm}, ...] | |
| existing_vias | No | Existing via locations [{x_mm, y_mm}, ...] | |
| plane_width_mm | Yes | Reference plane width (mm) | |
| plane_height_mm | Yes | Reference plane height (mm) | |
| max_frequency_mhz | Yes | Maximum operating frequency (MHz) | |
| dielectric_constant | Yes | Substrate dielectric constant (er) |