eda_sch_primitive_attribute_create
Attempts to create a schematic primitive attribute; however, attribute primitives do not support creation, so the call has no effect and returns undefined.
Instructions
sch_PrimitiveAttribute.create() -> undefined
创建属性
remarks: 属性图元不支持新建,本接口调用将不会有任何效果
returns: undefined
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |