sch_place_component
Place a schematic component from a library at specified coordinates using device and library UUIDs. Supports online placement with 'lcsc' library.
Instructions
Place a schematic component from a library at a position. Provide device uuid + libraryUuid (from sch_search_component). Use libraryUuid "lcsc" with a device uuid for online placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position | |
| y | Yes | Y position | |
| uuid | Yes | Device uuid | |
| mirror | No | ||
| rotation | No | ||
| addIntoBom | No | ||
| addIntoPcb | No | ||
| designator | No | Override designator (e.g. "R1") | |
| libraryUuid | Yes | Library uuid (or "lcsc") | |
| subPartName | No |