eda_sch_primitive_component_place_cbb_schematic_page
Place a reusable module (CBB) schematic page onto the active schematic at specified coordinates. Use this tool to insert a pre-designed sub-circuit page into your current design.
Instructions
sch_PrimitiveComponent.placeCbbSchematicPage(cbbSchematicPage: { libraryUuid: string; cbbUuid: string; uuid: string }, x: number, y: number, props?: { reimportWhenNameRepeated?: boolean }) -> Promise 放置复用模块原理图图页 returns: 放置操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |