CogAcqLineScan DistancePerCycle Property Cognex VisionPro 9.8 SR1
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: 75.0.0.0
Syntax

public virtual double DistancePerCycle { get; set; }

Property Value

Type: Double
This currently applies to the DS1000 and L4000 series sensors.

Implements

ICogAcqLineScan DistancePerCycle
Events

Exceptions

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