Click or drag to resize

InspectionObject Class

Representing a physical object (panel, board, component, fiducial, pin) with features to check during inspection.
Inheritance Hierarchy
SystemObject
  CFX.StructuresNamedObject
    CFX.Structures.PCBInspectionInspectionObject
      CFX.Structures.PCBInspectionGeometricObject
      CFX.Structures.PCBInspectionPanel

Namespace: CFX.Structures.PCBInspection
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class InspectionObject : NamedObject

The InspectionObject type exposes the following members.

Constructors
 NameDescription
Public methodInspectionObject 
Top
Properties
 NameDescription
Public propertyFeatures Features to check during inspection, like "Presence", "Displacement", "Height".
Public propertyIsDefect The inspection object is defective, i.e. - it was detected as defect, - not verified as "false call", and - not repaired.
Public propertyIsRepaired The inspection object as a whole was repaired. (E.g. by replacing the whole component.)
Top
See Also