** NOTE: ADDED in CFX 1.3 **
Provide information of the object to be inspected
Inheritance HierarchySystemObject CFX.Structures.SolderPasteInspectionInspectionItem Namespace: CFX.Structures.SolderPasteInspectionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class InspectionItem
Public Class InspectionItem
The InspectionItem type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | CRD |
An optional designators (instances of a part) on a production unit(s)
May include sub-components in "." notation. Examples: R1, R2, R3 or R2.3 (R2, pin 3)
|
 | Group |
An optional field to specify the classification, like "Capacitor", "Resistor", "DPAK"
|
 | PackageType |
When available, it describes the shape of the inspected object.
For example, if the object is a component (0201, 0402 etc.)
|
 | PartNumber |
Optional: The part number (internal) of the assembly to be produced by this Work Order.
|
 | RefNo |
Unique Number of the inspection object, The No will be used in the Unit inspection messages to uniquely identify the Inspection step
Its unique within this recipe
|
 | Steps |
Each Inspection is to be inspected applying one or more inspection steps
Each inspection step is associated with a measurement
|
 | Type |
Inspection object type enumeration
|
Top
See Also