Click or drag to resize

ComponentsPlaced Class

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

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class ComponentsPlaced : CFXMessage

The ComponentsPlaced type exposes the following members.

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