InterfaceMatrixCheckStackup(InterfaceStep) Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
MatrixStackupCheckResult CheckStackup(
	InterfaceStep step
)

Parameters

step  InterfaceStep
Step to check the thickness definition of all relevant layers.

Return Value

MatrixStackupCheckResult
Details as matrix stacup check result enum.

See Also