eda_dmt_pcb_get_all_pcbs_info
Fetch detailed attributes for every PCB in an EasyEDA Pro project. Use it when you need a complete list of PCB properties from the active or specified window.
Instructions
dmt_Pcb.getAllPcbsInfo() -> Promise<Array> 获取工程内所有 PCB 的详细属性 returns: 所有 PCB 的详细属性的数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |