WorkCompletedPerformanceImpacts Property |
** NOTE: ADDED in CFX 1.6 **
The total amount of productive time (in ms) that is expected to process one unit or group of units (as in the case of a carrier or panelized PCB),
assuming no blocked or starved conditions at the station. This does not include any non-productive time, such as transfer, positioning, etc.
Namespace: CFX.ProductionAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic List<PerformanceImpact> PerformanceImpacts { get; set; }Public Property PerformanceImpacts As List(Of PerformanceImpact)
Get
Set
Property Value
ListPerformanceImpact
See Also