Click or drag to resize

ComponentsPlaced Class

Sent periodically by an SMT placement machine to indicate the number of placements which were successfully or unsuccessfully completed during the sample time window. This sample time window shall not exceed 10 minutes.
{
  "StartTime": "2018-04-05T09:28:06.161835-04:00",
  "EndTime": "2018-04-05T09:38:06.161835-04:00",
  "TotalComponentsPlaced": 875,
  "TotalComponentsNotPlaced": 45
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.SMTPlacementComponentsPlaced

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

The ComponentsPlaced type exposes the following members.

Constructors
 NameDescription
Public methodComponentsPlaced 
Top
Properties
 NameDescription
Public propertyEndTime The end of the sample period
Public propertyStartTime The start of the sample period
Public propertyTotalComponentsNotPlaced The total number of components that were not successfully placed during the sample period
Public propertyTotalComponentsPlaced The total number of components that were successfully placed during the sample period
Top
See Also