Click or drag to resize
PwmStepperMotorPowerFactor Property
Gets or sets the power level of this stepper motor.

Namespace:  Adafruit.IoT.Motors
Assembly:  Adafruit.IoT (in Adafruit.IoT.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax
public double PowerFactor { get; set; }

Property Value

Type: Double
A power scaling factor from 0.0 to 1.0.
Remarks
A changing in power factor will be applied to subsequent motor steps.
See Also