SolderPasteMeasurement Class |
Describes the results of a measurement that was made on a solder paste deposition.
Inheritance Hierarchy Namespace: CFX.Structures.SolderPasteInspectionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class SolderPasteMeasurement : Measurement
Public Class SolderPasteMeasurement
Inherits Measurement
The SolderPasteMeasurement type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | A |
The area of the paste deposition, expressed in square millimeters
|
 | AR |
Area Ratio of the related Aperture (Area/WallArea)
|
 | DX |
The x location of the center of the paste deposition relative to the center of the pad.
|
 | DY |
The y location of the center of the paste deposition relative to the center of the pad.
|
 | EA |
The expected area of the paste deposition, expressed in square millimeters
|
 | EVol |
The expected or nominal volume of the paste deposition, expressed in milliliters (ml)
|
 | EX |
The expected or nominal x dimension (length) required for this paste deposition, expressed in millimeters (mm).
|
 | EY |
The expected or nominal x dimension (length) required for this paste deposition, expressed in millimeters (mm).
|
 | EZ |
The expected or nominal height required for this paste deposition, expressed in millimeters (mm).
|
 | Image |
An optional image of the deposit formatted in an acceptable MIME image format (JPG, PNG, etc.)
|
 | PX |
The position X value in millimeters (mm).
|
 | PY |
The position X value in millimeters (mm).
|
 | RXY |
The counter-clockwise rotational offset on the X-Y plane (in degrees)
|
 | Vol |
The volume of the paste deposition, expressed in milliliters (ml)
|
 | X |
The x dimension (length) of the paste deposition, expressed in millimeters (mm).
|
 | Y |
The x dimension (length) of the paste deposition, expressed in millimeters (mm).
|
 | Z |
The height of the paste deposition, expressed in millimeters (mm).
|
Top
See Also