Export Position File
export_position_fileExport component positions to a CSV or ASCII file for assembly, with options for board side and units.
Instructions
Export a component placement/position file through kicad-cli. This compact alias of export_pos exposes the common side, format, and unit options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Which board side to include (default: both) | |
| units | No | Units to use (default: in) | |
| format | No | File format (default: ascii) | |
| boardPath | No | Path to the .kicad_pcb (default: current board) | |
| outputPath | Yes | Path to save the position file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |