CogAcqLineScan EndAcqOnEncoderCount Property Cognex VisionPro 9.22 SR1
Sets the number of encoder counts to wait before acquisition completes. Only applies when using TriggerTypeEdgeAndLevel

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

public virtual int EndAcqOnEncoderCount { get; set; }

Property Value

Type: Int32
Default value is 0

Implements

ICogAcqLineScan EndAcqOnEncoderCount
Events

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

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is greater than 1000000 or less than 0
See Also