Click or drag to resize

SqueegeeCleaned Class

Indicates that a squeegee clean operation has been performed
{
  "Squeegee": {
    "UniqueIdentifier": "UID23432434",
    "Name": "STENCIL234343"
  },
  "SqueegeeCleanType": "Normal",
  "TimeSinceLastClean": "00:33:00",
  "CyclesSinceLastClean": 35,
  "SqueegeeCleanCycles": 2,
  "SqueegeeCleanTime": "00:00:38"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.SolderPastePrintingSqueegeeCleaned

Namespace: CFX.ResourcePerformance.SolderPastePrinting
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class SqueegeeCleaned : CFXMessage

The SqueegeeCleaned type exposes the following members.

Constructors
 NameDescription
Public methodSqueegeeCleaned 
Top
Properties
 NameDescription
Public propertyCyclesSinceLastClean Indicates how many printing cycles have been completed since the last time the squeegee was cleaned
Public propertySqueegee Identifies the squeegee that has been cleaned
Public propertySqueegeeCleanCycles Indicates the total number of squeegee cleaning cycles that have been performed since this squeegee was loaded.
Public propertySqueegeeCleanTime Indicates the total amount of time that it took to perform this squeegee clean operation
Public propertySqueegeeCleanType An enumeration indicating the type of clean that was performed
Public propertyTimeSinceLastClean Indicates the length of time that has ellapsed since the last time the squeegee was cleaned
Top
See Also