Home > PCB_Layer > savePhysicalStackingConfiguration
PCB_Layer.savePhysicalStackingConfiguration() 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 savePhysicalStackingConfiguration(physicalStackingConfiguration: IPCB_PhysicalStackingConfiguration, configurationName: string, physicalProps?: IPCB_SubstratePhysicalProperties, allowOverwrite?: boolean): Promise<boolean>;1
Parameters
Parameter | Type | Description |
|---|---|---|
physicalStackingConfiguration | 物理叠层配置 | |
configurationName | string | 配置名称 |
physicalProps | (Optional) 物理属性,如若不传入则默认为当前 PCB 属性 | |
allowOverwrite | boolean | (Optional) 是否允许覆写同名物理叠层配置, |
Returns
Promise<boolean>
保存是否成功
Remarks
ADD since EDA v4.2