ICogAcqLineScan EncoderResolution Property Cognex VisionPro 9.8 SR1
Controls the number of edges required for each encoder count. An L4000 sensor can only be set to cogEncoderResolution4x.

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

CogEncoderResolutionConstants EncoderResolution { get; set; }

Property Value

Type: CogEncoderResolutionConstants
Specifies the resolution used for the attached encoder
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfEncoderResolution
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is anything other than cogEncoderResolution4x for an L4000 sensor.
See Also