CogAcqLineScan MotionInput Property Cognex VisionPro 9.5
The motion input for a linescan acquisition. This value controls whether linescan acquisition is performed using a hardware encoder or the test encoder.

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

public virtual CogMotionInputConstants MotionInput { get; set; }

Property Value

Type: CogMotionInputConstants
The type of motion input. The default value for a DS1000 series camera is Encoderless. Otherwise, it is Legacy.

Implements

ICogAcqLineScan MotionInput
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you do not have a DS1000 series camera and the supplied mode is anything other than Legacy.
See Also