Home > PCB_Layer > getAllPhysicalStackingConfigurations
PCB_Layer.getAllPhysicalStackingConfigurations() 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 getAllPhysicalStackingConfigurations(physicalProps?: IPCB_SubstratePhysicalProperties): Promise<Array<IPCB_PhysicalStackingConfiguration>>;1
Parameters
Parameter | Type | Description |
|---|---|---|
physicalProps | (Optional) 物理属性,如若不传入则默认为当前 PCB 属性 |
Returns
Promise<Array<IPCB_PhysicalStackingConfiguration>>
所有物理叠层配置
Remarks
ADD since EDA v4.2