Get or set the CogJob throughput sample size.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
Property Value
Type: Int32ThroughputSampleSize 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped. |
See Also