Home > PCB_Layer > renamePhysicalStackingConfiguration
PCB_Layer.renamePhysicalStackingConfiguration() 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
public renamePhysicalStackingConfiguration(originalConfigurationName: string, configurationName: string, physicalProps?: IPCB_SubstratePhysicalProperties): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
originalConfigurationName | string | 原物理叠层配置名称 |
configurationName | string | 新物理叠层配置名称 |
physicalProps | (Optional) 物理属性,如若不传入则默认为当前 PCB 属性 |
Returns
Promise<boolean>
重命名是否成功
Remarks
ADD since EDA v4.2