Gets or sets the engaged property of the stepper motor.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
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
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
Exceptions
| Exception | Condition | 
|---|---|
| Phidgets..::.PhidgetException | If this Phidget is not opened and attached. | 





