Click or drag to resize
PhysicsMotorParameters Structure
Specifies motor parameters for one degree of freedom of a PhysicsConstraint

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct PhysicsMotorParameters

The PhysicsMotorParameters type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldDesiredSpeed
Desired linear/angular speed of the joint.
Public fieldEnabled
True if the motor is enabled
Public fieldLockedAtZeroSpeed
True if the motor should try to lock the joint when DesiredSpeed is zero
Public fieldMaxForce
Maximum force/torque that the motor can apply in order to keep the desired speed
Top
Version Information

Supported in: 1.0.0.0
See Also