CogJobThroughputAlgorithmConstants EnumerationCognex VisionPro 9.24
The CogJobThroughputAlgorithConstants enumerated type is used to specify the throughput algorithm that is used by the Job.

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

public enum CogJobThroughputAlgorithmConstants
Members

  Member nameValueDescription
SimpleAverage0 The CogJob is using a simple average to calculate the throughput
MovingAverage1 The CogJob is using a moving average to calculate the throughput
See Also