eda_sch_primitive_text_get
Retrieves a schematic text primitive by its ID from the active EDA window, returning the text element object or undefined if not found.
Instructions
sch_PrimitiveText.get(primitiveIds: string) -> Promise<ISCH_PrimitiveText | undefined>
获取文本
returns: 文本图元对象,undefined 表示获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |