 | 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)
Syntaxpublic double PowerFactor { get; set; }
Public Property PowerFactor As Double
Get
Set
public:
virtual property double PowerFactor {
double get () sealed;
void set (double value) sealed;
}
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