Get or set the maximum CogJob throughput.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Property Value
Type: DoubleThis 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this statistic changes. |
Remarks
Examples
See Also