Click or drag to resize

StencilCleaned Class

[This is preliminary documentation and is subject to change.]

Indicates that a stencil clean operation has been performed
{
  "Stencil": {
    "UniqueIdentifier": "UID23432434",
    "Name": "STENCIL234343"
  },
  "StencilCleanMode": "V",
  "TimeSinceLastClean": "00:33:00",
  "CyclesSinceLastClean": 35,
  "StencilCleanCycles": 2,
  "StencilCleanTime": "00:00:38"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.SolderPastePrintingStencilCleaned

Namespace:  CFX.ResourcePerformance.SolderPastePrinting
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class StencilCleaned : CFXMessage

The StencilCleaned type exposes the following members.

Properties
  NameDescription
Public propertyCyclesSinceLastClean
Indicates how many printing cycles have been completed since the last time the stencil was cleaned
Public propertyStencil
Identifies the stencil that has been cleaned
Public propertyStencilCleanCycles
Indicates the total number of stencil cleaning cycles that have been performed since this squeegee was loaded.
Public propertyStencilCleanMode
Indicates that cleaning mode for the stencil clean operation
Public propertyStencilCleanTime
Indicates the total amount of time that it took to perform this stencil clean operation
Public propertyTimeSinceLastClean
Indicates the length of time that has ellapsed since the last time the stencil was cleaned
Top
See Also