Click or drag to resize

InspectionItem Class

** NOTE: ADDED in CFX 1.3 **

Provide information of the object to be inspected
Inheritance Hierarchy
SystemObject
  CFX.Structures.SolderPasteInspectionInspectionItem

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

The InspectionItem type exposes the following members.

Constructors
 NameDescription
Public methodInspectionItem 
Top
Properties
 NameDescription
Public propertyCRD 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)
Public propertyGroup An optional field to specify the classification, like "Capacitor", "Resistor", "DPAK"
Public propertyPackageType When available, it describes the shape of the inspected object. For example, if the object is a component (0201, 0402 etc.)
Public propertyPartNumber Optional: The part number (internal) of the assembly to be produced by this Work Order.
Public propertyRefNo 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
Public propertySteps Each Inspection is to be inspected applying one or more inspection steps Each inspection step is associated with a measurement
Public propertyType Inspection object type enumeration
Top
See Also