Home > PCB_Layer > getDefaultPhysicalStackingConfigurationName
PCB_Layer.getDefaultPhysicalStackingConfigurationName() 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.
获取新建 PCB 默认物理叠层配置的名称
Signature
typescript
public getDefaultPhysicalStackingConfigurationName(physicalProps?: IPCB_SubstratePhysicalProperties): Promise<string | undefined>;1
Parameters
Parameter | Type | Description |
|---|---|---|
physicalProps | (Optional) 物理属性,如若不传入则默认为当前 PCB 属性 |
Returns
Promise<string | undefined>
默认物理叠层配置的名称,undefined 为获取失败
Remarks
ADD since EDA v4.2