Fritzing Place Part
fritzing_place_partAdd a part to a Fritzing sketch at specified coordinates, returning its reference for wiring.
Instructions
Add a part instance to a sketch.
Coordinates are sketch pixels at 90 DPI (1 inch = 90 px; mm -> px = 90*mm/25.4). The placed instance's assigned ref is in the output — use it for wire/move/props.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| ref | No | instance reference; default label+counter (e.g. R1) | |
| file | Yes | sketch .fzz/.fz path | |
| view | No | bb | sc | pcb | all | all |
| props | No | ||
| module_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |