Click or drag to resize

Defect Class

Represents a single instance of a problem that was discovered on an Item (production unit or received material), typically during inspection.
Inheritance Hierarchy

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class Defect : TrackedDataItem

The Defect type exposes the following members.

Constructors
  NameDescription
Public methodDefect
Initializes a new instance of the Defect class
Top
Properties
  NameDescription
Public propertyComment
Free form notes related to this defect.
Public propertyComputerName
The domain name of the computer where the defect was discovered or otherwise acted upon.
Public propertyConnection
For electronic printed circuit board (PCB) type assemblies, the connection number of the component pin associated with this defect.
Public propertyFailingDefect
Indicates whether the inspection code can be treated as a "Failing Defect" for the purposes of calculating DPMO. Derived from the inspection code definition associated with the defect,
Public propertyFootprint
For electronic printed circuit board (PCB) type assemblies, the ECAD footprint name of the component associated with this defect.
Public propertyIndictment
If the defect was discovered by an IPC-2547 compliant (CAMX) inspection machine, the CAMX indictment code that is assocated with this defect.
Public propertyInspectionCode
A user-defined code representing the nature of the issue.
Public propertyIsPolarized
For electronic printed circuit board (PCB) type assemblies, a flag indicating whether or not the component associated with this defect is a polarized component.
Public propertyLayer
For electronic printed circuit board (PCB) type assemblies, the side of the PCB that is associated with this defect.
Public propertyPartNumber
The internal part number (InternalPart) of the part or component that is associated with this defect.
Public propertyPositionX
For electronic printed circuit board (PCB) type assemblies, the x coordinate of the position of the defect.
Public propertyPositionY
For electronic printed circuit board (PCB) type assemblies, the y coordinate of the position of the defect.
Public propertyRadius
For electronic printed circuit board (PCB) type assemblies, the radius of the circular area of the defect.
Public propertyReferenceDesignator
For electronic printed circuit board (PCB) type assemblies, the location designator of the component associated with this defect.
Public propertyRootCauseDefects
A list of the Defects that contributed to this defect.
Public propertySource
If the defect was discovered by an IPC-2547 compliant (CAMX) inspection machine, the CAMX source name that is assocated with this defect.
Public propertySourceInspectionCode
If the defect was discovered by an automated inspection machine, it may have received an initial classification that does not align with the inspection codes defined within FactoryLogix. In this case, this field shall contain the initial inspection code assigned by the machine.
Public propertyStatus
An enumerated value describing the current disposition or status of the defect.
Public propertySymptoms
A list of the Symptoms that have been attributed to this defect. This defect represents the "root cause" of the associated Symptoms.
Public propertyWorkstation
The name of the FactoryLogix Workstation resource where the defect was discovered or otherwise acted upon.
Top
See Also