eda_pcb_manufacture_data_get_pcb_info_file
Retrieve the PCB information file from the current PCB manufacture data. Use this tool to access the file for review or export, resolving the need to locate or generate PCB info data.
Instructions
pcb_ManufactureData.getPcbInfoFile(fileName?: string) -> Promise<File | undefined> 获取 PCB 信息文件 returns: PCB 信息文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |