AvgSpeedClear Method
Description
Clears and initializes the average of the absolute speed values for one or more joints.
Syntax
Sub AvgSpeedClear ()
Remarks
This method clears the average of the absolute speed values for the specified joints.
You must execute this method before executing AvgSpeed method.
This method does not support the PG additional axes.
See Also
AvgSpeed Method, PeakSpeed Method, PeakSpeedClear Method
AvgSpeedClear Example
VB Example:
m_spel.AvgSpeedClear()
C# Example:
m_spel.AvgSpeedClear();