CogAcqLineScan MaximumMotionSpeed Property Cognex VisionPro
The maximum speed of motion, in mm/sec, before encoder overrun errors begin to occur.

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

public virtual double MaximumMotionSpeed { get; }

Property Value

Type: Double
The maximum motion speed, measured in mm/sec.

Implements

ICogAcqLineScan MaximumMotionSpeed
Remarks

This value is computed from the MaximumLineFrequency and the DistancePerLine values.
See Also