eda_pcb_net_get_all_primitives_by_net
Retrieves all PCB primitives (tracks, pads, vias, text) linked to a specified net, returning their object data for inspection or further processing.
Instructions
pcb_Net.getAllPrimitivesByNet(net: string, primitiveTypes?: Array) -> Promise<Array> 获取关联指定网络的所有图元 returns: 图元对象数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |