Click or drag to resize

VerificationResult Enumeration

There is a certain workflow after the detection of a defective board. Usually a defective board has to be classified, i.e. an operator or process engineer has to confirm whether the inspection result is a real defect or a false fail (false call) error. The Verification Result is

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum VerificationResult
Members
Member nameValueDescription
NotVerifiedYet0 The defect which was detected is not classified
DefectConfirmed1 The defect which was detected is confirmed
DefectRejected2 The defect which was detected is rejected "FalseFail"
DefectAccepted3

** NOTE: ADDED in CFX 1.5 **

The defect which was detected is rejected "FalseFail", but corrective action for SMT process shall be initiated
DefectRepaired4

** NOTE: ADDED in CFX 1.5 **

The defect which was detected is repaired
DefectClosed5

** NOTE: ADDED in CFX 1.5 **

The defect which was detected is repaired and successful repair confirmed
See Also