Click or drag to resize

SolderPasteMeasurement Class

Describes the results of a measurement that was made on a solder paste deposition.
Inheritance Hierarchy
SystemObject
  CFX.StructuresMeasurement
    CFX.Structures.SolderPasteInspectionSolderPasteMeasurement

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

The SolderPasteMeasurement type exposes the following members.

Constructors
 NameDescription
Public methodSolderPasteMeasurement 
Top
Properties
 NameDescription
Public propertyA The area of the paste deposition, expressed in square millimeters
Public propertyAR Area Ratio of the related Aperture (Area/WallArea)
Public propertyDX The x location of the center of the paste deposition relative to the center of the pad.
Public propertyDY The y location of the center of the paste deposition relative to the center of the pad.
Public propertyEA The expected area of the paste deposition, expressed in square millimeters
Public propertyEVol The expected or nominal volume of the paste deposition, expressed in milliliters (ml)
Public propertyEX The expected or nominal x dimension (length) required for this paste deposition, expressed in millimeters (mm).
Public propertyEY The expected or nominal x dimension (length) required for this paste deposition, expressed in millimeters (mm).
Public propertyEZ The expected or nominal height required for this paste deposition, expressed in millimeters (mm).
Public propertyImage An optional image of the deposit formatted in an acceptable MIME image format (JPG, PNG, etc.)
Public propertyPX The position X value in millimeters (mm).
Public propertyPY The position X value in millimeters (mm).
Public propertyRXY The counter-clockwise rotational offset on the X-Y plane (in degrees)
Public propertyVol The volume of the paste deposition, expressed in milliliters (ml)
Public propertyX The x dimension (length) of the paste deposition, expressed in millimeters (mm).
Public propertyY The x dimension (length) of the paste deposition, expressed in millimeters (mm).
Public propertyZ The height of the paste deposition, expressed in millimeters (mm).
Top
See Also