CogTrevista MotionAccuracy Property Cognex VisionPro 9.22 SR1
Cognex Internal Use Only. Gets or sets the motion compensation accuracy.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 87.1.0.0
Syntax

public double MotionAccuracy { get; set; }

Property Value

Type: Double
The motion compensation accuracy. Must be greater than zero and less than or equal to one. The accuracy of motion compensation increases as this value approaches 1. Default value is 1. This property is ignored if MotionType is None.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
ArgumentOutOfRangeException The supplied value is either greater than 1, or less than or equal to zero.
Remarks

This property only supports float value type precision. Up to five decimal places (such as 0.00001) will be maintained. Further precision can be assigned but will be lost due truncation.

See Also