eda_sch_manufacture_data_get_svg_file
Retrieve schematic manufacture data as an SVG file. When multiple schematic sheets exist, exports a ZIP archive containing the SVG files.
Instructions
sch_ManufactureData.getSvgFile(fileName?: string) -> Promise<File | undefined> 获取 SVG 文件 remarks: 多图页时会导出为压缩包(zip)
ADD since EDA v3.2.183 / EDA v4.1.23 returns: SVG 文件数据(或压缩包)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |