eda_sch_primitive_attribute_get
Retrieves attribute data for schematic primitives by their IDs. Returns the attribute object, or undefined when the lookup fails.
Instructions
sch_PrimitiveAttribute.get(primitiveIds: string) -> Promise<ISCH_PrimitiveAttribute | undefined>
获取属性
returns: 属性图元对象,undefined 表示获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |