eda_sch_manufacture_data_get_bom_templates
Retrieves available BOM template names from the schematic's manufacturing data. Use this to list templates for generating bills of materials.
Instructions
sch_ManufactureData.getBomTemplates() -> Promise<Array> 获取 BOM 模板列表 returns: BOM 模板列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |