Gets or sets the back-emf sensing state for a motor.

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

Syntax

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

Exceptions

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

See Also