Click or drag to resize

Defect Class

Describes a defect that was discovered on a production unit
Inheritance Hierarchy
SystemObject
  CFX.StructuresDefect

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Defect

The Defect type exposes the following members.

Constructors
 NameDescription
Public methodDefect Default constructor
Top
Properties
 NameDescription
Public propertyComments Optional comments from the inspector who discovered this defect
Public propertyComponentOfInterest An optional component or specific component pins related to this defect.
Public propertyConfidenceLevel A floating-point number from 1 to 100 indicating the level of confidence in the validity of this defect. Intended to be used by humans that screen the results of inspections made by automated inspection equipment, which may produce false defects from time to time.
Public propertyDefectCategory An optional defect category for this particular type of defect The defect that led to the faulty feature, determined manually during verification. Suggested values are: - ClearenceSurfaceError - ComponentDefective - ComponentMissing - ComponentRotated - ComponentShifted - ComponentTilted - ConformalCoatingError - Contamination - ExcessiveSolder - FaceDownComponent - InsufficientSolder - LiftedLead - Miscellaneous - PasteShort - PinMissing - PinShifted - ReferencePlaneError - ShiftedPaste - Short - Solderball - SolderDefect - SolderPasteDefect - Tombstone - WrongCode - WrongComponent - WrongComponentHeight - WrongPasteArea - WrongPasteHeight - WrongPasteVolume - WrongPinHeight - WrongPolarity
Public propertyDefectCode A code identifying the type of defect
Public propertyDefectImages One of more pictures/images of the defect
Public propertyDescription A human friendly description of the defect
Public propertyPriority The priority of this defect as compared to other defects discovered for this unit. A priority of 1 indicates the highest priority.
Public propertyRegionOfInterest An optional location or area on the production unit where the defect is located (for cases where there is no specific component related, such as a scratch or cosmetic defect).
Public propertyRelatedMeasurements A list of measurements that were taken in the course of discovering this defect
Public propertyRelatedSymptoms A list of symptoms that were discovered in the course of identifying this defect.
Public propertyUniqueIdentifier A unique identifier for this particular defect instance (new and unique each time a new defect is discovered).
Public propertyVerification The overall result of the verification of the measurement
Public propertyVerificationDetail When a verification took place, the VerificationDetail will contain a classification or more detailed description of the root cause of the defect or why the defect is a false fail. This description is typically maintained by the customer and the operator will choose from a predefined list.
Top
See Also