CogAcqLineScan ExpectedMotionSpeed Property Cognex VisionPro 9.22
The user-specified speed that the motion system is expected to operate at.

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

public virtual double ExpectedMotionSpeed { get; set; }

Property Value

Type: Double
Expected speed of the motion system in mm/sec.

Implements

ICogAcqLineScan ExpectedMotionSpeed
Remarks

This speed is used to calculate the frequency of the test encoder when the MotionInput is SimulatedEncoder or Encoderless. This speed may differ from the actual instantaneous speed of the motion system.
See Also