An enumeration describing the type of item that is associated with a particular fiducial.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
SyntaxPublic Enumeration FiducialType
public enum class FiducialType
Members
| Member name | Value | Description |
---|
| Panel | 1 |
The fiducial is associated with the PCB panel.
|
| Circuit | 2 |
The fiducial is associated with a particular PCB circuit.
|
| Local | 3 |
The fiducial is associated with a particular feature within a PCB circuit.
|
See Also