eda_pcb_primitive_attribute_create
Creates a PCB attribute primitive, but returns undefined because attribute primitives cannot be newly created. Use for handling existing attributes only.
Instructions
pcb_PrimitiveAttribute.create() -> undefined
创建属性
remarks: 属性图元不支持新建,本接口调用将不会有任何效果
returns: undefined
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |