CogAcqLineScan TestEncoderDirectionPositive Property Cognex VisionPro 9.20
Reads or sets whether the test encoder direction is positive.

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

public virtual bool TestEncoderDirectionPositive { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqLineScan TestEncoderDirectionPositive
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the direction changes.

The following state flag may be affected:

Remarks

Sets or gets whether the test encoder values increase (True) or decrease (False) during image acquisition.

Note: Ignored on MVS-8600.

Default Value: True

See Also