eda_pcb_manufacture_data_get_ipc_d356_afile
Get the IPC-D-356A netlist file for a PCB design, providing the connectivity data required for manufacturing and electrical testing.
Instructions
pcb_ManufactureData.getIpcD356AFile(fileName?: string) -> Promise<File | undefined> 获取 IPC-D-356A 文件 returns: IPC-D-356A 文件数据
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |