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 Enumeration DefectLayer
public enum class DefectLayer
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The side of the PCB is not known.
|
| Top | 1 |
The defect is associated with the top side of the PCB.
|
| Bottom | 2 |
The defect is associated with the bottom side of the PCB.
|
| Internal | 3 |
The defect is associated with an internal layer of the PCB.
|
See Also