Class PWM
Assembly: WPILibSharp.dll
Syntax
public class PWM : MotorSafety, ISendable, IDisposable
Constructors
|
Improve this Doc
View Source
PWM(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
channel |
|
Properties
|
Improve this Doc
View Source
Channel
Declaration
public int Channel { get; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public override string Description { get; }
Property Value
Overrides
|
Improve this Doc
View Source
PeriodMultiplier
Declaration
public PWM.PeriodMultiplierType PeriodMultiplier { set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public double Position { get; set; }
Property Value
|
Improve this Doc
View Source
Raw
Declaration
public int Raw { get; set; }
Property Value
|
Improve this Doc
View Source
Speed
Declaration
public double Speed { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
SetBounds(Double, Double, Double, Double, Double)
Declaration
public void SetBounds(double max, double deadbandMax, double center, double deadbandMin, double min)
Parameters
|
Improve this Doc
View Source
SetDisabled()
Declaration
public void SetDisabled()
|
Improve this Doc
View Source
SetZeroLatch()
Declaration
public void SetZeroLatch()
|
Improve this Doc
View Source
StopMotor()
Declaration
public override void StopMotor()
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements