This class represents a motor for a Phidget MotorControl. All the properties of a motor are stored and modified in this class.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public class MotorControlMotor
Visual Basic (Declaration)
Public Class MotorControlMotor
Visual C++
public ref class MotorControlMotor

Remarks

A Phidget MotorControl motor object stores the motor data for that motor. The motor's acceleration and velocity can be modified in this class.

Inheritance Hierarchy

System..::.Object
  Phidgets..::.MotorControlMotor

See Also