IMatrixCheckStackup(IStep) Method

Check whether copper layer exists, prepregs are between copper layers and all copperlayers/prepregs have a thickness >0.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public MatrixStackupCheckResult CheckStackup(
	IStep Step
)

Parameters

Step  IStep
Step to check the thickness definition of all relevant layers.

Return Value

MatrixStackupCheckResult
Details as matrix stacup check result enum.

Implements

InterfaceMatrixCheckStackup(IStep)

See Also