Home > SCH_PrimitiveComponent > placeCbbSchematicPage
SCH_PrimitiveComponent.placeCbbSchematicPage() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
放置复用模块原理图图页
Signature
typescript
placeCbbSchematicPage(cbbSchematicPage: {
libraryUuid: string;
cbbUuid: string;
uuid: string;
}, x: number, y: number, props?: {
reimportWhenNameRepeated?: boolean;
}): Promise<boolean>;1
2
3
4
5
6
7
2
3
4
5
6
7
Parameters
Parameter | Type | Description |
|---|---|---|
cbbSchematicPage | { libraryUuid: string; cbbUuid: string; uuid: string; } | 复用模块原理图图页, |
x | number | 坐标 X |
y | number | 坐标 Y |
props | { reimportWhenNameRepeated?: boolean; } | (Optional) 放置参数: ADD since EDA v4.2 |
Returns
Promise<boolean>
放置操作是否成功