Click or drag to resize

ComponentsInserted Class

Sent periodically by an THT inserter to indicate the number of insertions which were successfully or unsuccessfully completed during the sample time window. This sample time window shall not exceed 10 minutes.
{
  "StartTime": "2018-04-06T08:06:46.4471059-04:00",
  "EndTime": "2018-04-06T08:16:46.4471059-04:00",
  "TotalComponentsInserted": 875,
  "TotalComponentsNotInserted": 45
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ResourcePerformance.THTInsertionComponentsInserted

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

The ComponentsInserted type exposes the following members.

Constructors
 NameDescription
Public methodComponentsInserted 
Top
Properties
 NameDescription
Public propertyEndTime The end of the sample period
Public propertyStartTime The start of the sample period
Public propertyTotalComponentsInserted The total number of components that were successfully inserted during the sample period
Public propertyTotalComponentsNotInserted The total number of components that were not successfully inserted during the sample period
Top
See Also