eda_pcb_manufacture_data_get_idx_file
Retrieve the IDX file for PCB manufacturing data from the active EasyEDA Pro window. Use it to obtain the IDX output needed for fabrication.
Instructions
pcb_ManufactureData.getIdxFile(fileName?: string) -> Promise<File | undefined> 获取 IDX 文件 returns: IDX 文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |