CogJob TotalJobThroughputMax Property Cognex VisionPro 9.22
Get or set the maximum CogJob throughput.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public double TotalJobThroughputMax { get; set; }

Property Value

Type: Double
This statistic keeps track of the maximum throughput value seen. This statistics is only updated when running in continuous mode. The initial value of this statistic is 0. This statistic is not updated until the job has been running for a settling time. This settling time depends on the throughput algorithm. The settling time is either 10 seconds when using the SimpleAverage algorithm or until at least ThroughputSampleSize job cycles have executed when using the MovingAverage algorithm. Resetting this statistic is only possible by using RestartThroughputCalculation().
Events

Remarks

Examples

See Also