Home > PCB_Layer > deletePhysicalStackingConfiguration
PCB_Layer.deletePhysicalStackingConfiguration() 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.
Delete Physical stacking configuration
Signature
typescript
function deletePhysicalStackingConfiguration(
configurationName: string,
physicalProps?: IPCB_SubstratePhysicalProperties,
): Promise<boolean>;1
2
3
4
2
3
4
Parameters
Parameter | Type | Description |
|---|---|---|
configurationName | string | Configuration name |
physicalProps | (Optional) Physical properties. If not passed in, the current PCB properties are used by default |
Returns
Promise<boolean>
Delete Whether Successful
Remarks
ADD since EDA v4.2