Click or drag to resize

InspectionMeasurementLean Class

** NOTE: ADDED in CFX 1.3 **

A class to represent the dynamic measurement results of an inspection process without the overhead of the static properties which are already tranferred within the Recipe. The static properties are provide in the CFX.Structures.InspectionMeasurementTarget Typical example: solder paste inspection (SPI)
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.Structures.SolderPasteInspectionInspectionMeasurementLean

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

The InspectionMeasurementLean type exposes the following members.

Constructors
 NameDescription
Public methodInspectionMeasurementLean 
Top
Properties
 NameDescription
Public propertyA The area of the inspection object, expressed in square millimeters
Public propertyDX The x location of the center of the inspection object relative to the center of the pad.
Public propertyDY The y location of the center of the inspection object relative to the center of the pad.
Public propertyImage An optional image of the deposit formatted in an acceptable MIME image format (JPG, PNG, etc.)
Public propertyVol The volume of the inspection object, expressed in milliliters (ml)
Public propertyX The x dimension (length) of the inspection object, expressed in millimeters (mm).
Public propertyY The x dimension (length) of the inspection object, expressed in millimeters (mm).
Public propertyZ The height of the inspection object, expressed in millimeters (mm).
Top
See Also