CogAcqLineScan MaximumLineFrequency Property Cognex VisionPro 9.20
The maximum frequency at which lines can be acquired before encoder overrun errors begin to occur.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

public virtual double MaximumLineFrequency { get; }

Property Value

Type: Double
The maximum frequency, measured in camera lines per second.

Implements

ICogAcqLineScan MaximumLineFrequency
Remarks

This value will change with different encoder and camera settings, particularly exposure. It may also change between camera models and firmware versions. Finally, it is an approximate limit, and the exact frequency at which overruns occur will vary slightly based on the data content of the image.
See Also