sch_add_symbol
Insert a schematic symbol at an exact coordinate, with default snapping to the 2.54 mm grid for precise placement.
Instructions
Add a schematic symbol at an absolute coordinate.
Coordinates snap to the 2.54 mm schematic grid by default; set snap_to_grid=False only when an exact off-grid coordinate is intentional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit | No | ||
| x_mm | Yes | ||
| y_mm | Yes | ||
| value | Yes | ||
| library | Yes | ||
| rotation | No | ||
| footprint | No | ||
| reference | Yes | ||
| symbol_name | Yes | ||
| snap_to_grid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |