CogJob ThroughputSampleSize Property Cognex VisionPro 9.25 SR1
Get or set the CogJob throughput sample size.

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

public int ThroughputSampleSize { get; set; }

Property Value

Type: Int32
ThroughputSampleSize is the number of samples that considered when calculating the throughput when the job is running in continuous mode. This property only applies when the ThroughputAlgorithm is set to Moving.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
See Also