Dynamixel
CurrentLoad Property
NamespacesDynamixelDynamixelCurrentLoad
Get the current torque load on the Dynamixel.
Declaration Syntax
C#Visual BasicVisual C++
public int CurrentLoad { get; }
Public ReadOnly Property CurrentLoad As Integer
public:
property int CurrentLoad {
	int get ();
}
Remarks
A negative value indicates torque in the CW direction, positive in the CCW direction.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0