The CogJobThroughputAlgorithConstants enumerated type is used to specify the throughput algorithm that is used by the Job.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 85.1.0.0 (85.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| SimpleAverage | 0 | The CogJob is using a simple average to calculate the throughput | |
| MovingAverage | 1 | The CogJob is using a moving average to calculate the throughput |
See Also