The user-specified speed that the motion system is expected to operate at.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
public virtual double ExpectedMotionSpeed { get; set; }public virtual double ExpectedMotionSpeed { get; set; }Public Overridable Property ExpectedMotionSpeed As Double
Get
Set
Public Overridable Property ExpectedMotionSpeed As Double
Get
Set
public:
virtual property double ExpectedMotionSpeed {
double get ();
void set (double value);
}public:
virtual property double ExpectedMotionSpeed {
double get ();
void set (double value);
}Property Value
Type:
DoubleExpected speed of the motion system in mm/sec.
Implements
ICogAcqLineScan ExpectedMotionSpeedThis 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.