Click or drag to resize

DefectLayer Enumeration

A constant representing the side of a Printed Circuit Board (PCB) that a Defect is associated to (if applicable).

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax
public enum DefectLayer
Members
  Member nameValueDescription
Unknown0 The side of the PCB is not known.
Top1 The defect is associated with the top side of the PCB.
Bottom2 The defect is associated with the bottom side of the PCB.
Internal3 The defect is associated with an internal layer of the PCB.
See Also