CogAcqLineScan DistancePerCycle Property Cognex VisionPro
Specifies the distance moved for each cycle of the encoder signal.

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

public virtual double DistancePerCycle { get; set; }

Property Value

Type: Double
This currently only applies to the DS1000 series.

Implements

ICogAcqLineScan DistancePerCycle
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than DistancePerCycleMin or greater than DistancePerCycleMax.
See Also