Home > PCB_Layer > overwriteCurrentPhysicalStackingConfiguration
PCB_Layer.overwriteCurrentPhysicalStackingConfiguration() 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.
Overwrite current physical stacking configuration
Signature
typescript
function overwriteCurrentPhysicalStackingConfiguration(
physicalStackingConfiguration: IPCB_PhysicalStackingConfiguration,
): Promise<boolean>;1
2
3
2
3
Parameters
Parameter | Type | Description |
|---|---|---|
physicalStackingConfiguration |
Returns
Promise<boolean>
Overwrite whether it is successful
Remarks
It will overwrite the current physical stacking configuration of the PCB. Please note the risk of data loss
If the passed-in physical stacking configuration does not match the physical properties of the current PCB, false will be returned directly without modification ADD since EDA v4.2