Home > PCB_Layer > getCurrentPhysicalStackingConfiguration
PCB_Layer.getCurrentPhysicalStackingConfiguration() 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.
Get Current physical stacking configuration
Signature
typescript
function getCurrentPhysicalStackingConfiguration(): Promise<
IPCB_PhysicalStackingConfiguration | undefined
>;1
2
3
2
3
Returns
Promise<IPCB_PhysicalStackingConfiguration | undefined>
Current physical stacking configuration; undefined indicates that the retrieval failed
Remarks
ADD since EDA v4.2