Gets or sets the engaged property of the stepper motor.

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

Syntax

C#
public bool Engaged { get; set; }
Visual Basic (Declaration)
Public Property Engaged As Boolean
Visual C++
public:
property bool Engaged {
	bool get ();
	void set (bool value);
}

Remarks

This engages or disengages the stepper motor. The motors are by default disengaged when the stepper controller is plugged in. When the stepper is disengaged, position, velocity, etc. can all be set, but the motor will not start moving until it is engaged. If position is read when a motor is disengaged, it will throw an exception.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also