eda_exec
Invoke any EasyEDA API method by dotted path to run schematic and PCB commands, returning results as base64 or image files.
Instructions
Dev/advanced: invoke ANY eda.* API by dotted path without changing the extension. e.g. path="sch_ManufactureData.getExportDocumentFile", args=["sch","PNG",{},"Current Schematic Page"]. New capabilities can be prototyped Node-side only (no extension reinstall). File results return as base64; image files are shown directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Positional arguments array | |
| path | Yes | Dotted eda.* path, e.g. "sch_PrimitiveWire.getAll" |