Click or drag to resize

InspectionMeasurementExpected Class

** NOTE: ADDED in CFX 1.3 **

A class to represent the expected measurement results of an inspection process. This information is tranferred within the Recipe. Typical example: solder paste inspection (SPI) expected values for the different dimensions
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.Structures.SolderPasteInspectionInspectionMeasurementExpected

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

The InspectionMeasurementExpected type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyAR Area Ratio of the related Aperture (Area/WallArea)
Public propertyEA The expected area of the inspection object, expressed in square millimeters
Public propertyEVol The expected or nominal volume of the inspection object, expressed in milliliters (ml)
Public propertyEX The expected or nominal dimension (length) of the inspection object, expressed in millimeters (mm).
Public propertyEY The expected or nominal dimension (length) of the inspection object, expressed in millimeters (mm).
Public propertyEZ The expected or nominal height of the inspection object, expressed in millimeters (mm). This value conforms to the stencil thickness on the position where the aperture is located
Public propertyPX The expected or nominal X position of the inspection object, expressed in millimeters (mm).
Public propertyPY The expected or nominal Y position of the inspection object, expressed in millimeters (mm).
Public propertyRXY Rotation related information The counter-clockwise rotational offset on the X-Y plane (in degrees) This information is optional, if not available the angles are supposed to be zero
Public propertyVertices Optional: List of vertices in case of a polygon shape (segments in CFX terms)
Top
See Also