Representing a physical object (panel, board, component, fiducial, pin) with features to check
during inspection.
Inheritance Hierarchy Namespace: CFX.Structures.PCBInspectionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class InspectionObject : NamedObject
Public Class InspectionObject
Inherits NamedObject
The InspectionObject type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Features |
Features to check during inspection, like "Presence", "Displacement", "Height".
|
 | IsDefect |
The inspection object is defective, i.e.
- it was detected as defect,
- not verified as "false call", and
- not repaired.
|
 | IsRepaired |
The inspection object as a whole was repaired. (E.g. by replacing the whole component.)
|
Top
See Also