Show / Hide Table of Contents

Class PWMSpeedController

Inheritance
Object
MotorSafety
PWM
PWMSpeedController
PWMSparkMax
Implements
IDisposable
ISpeedController
ISendable
Inherited Members
PWM.Dispose()
PWM.StopMotor()
PWM.SetBounds(Double, Double, Double, Double, Double)
PWM.Channel
PWM.Position
PWM.Speed
PWM.Raw
PWM.SetDisabled()
PWM.PeriodMultiplier
PWM.SetZeroLatch()
MotorSafety.DefaultSafetyExpiration
MotorSafety.Feed()
MotorSafety.Expiration
MotorSafety.IsAlive
MotorSafety.Check()
MotorSafety.SafetyEnabled
MotorSafety.CheckMotors()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public abstract class PWMSpeedController : PWM, IDisposable, ISpeedController, ISendable

Constructors

| Improve this Doc View Source

PWMSpeedController(Int32)

Declaration
protected PWMSpeedController(int channel)
Parameters
Type Name Description
Int32 channel

Properties

| Improve this Doc View Source

Description

Declaration
public override string Description { get; }
Property Value
Type Description
String
Overrides
PWM.Description
| Improve this Doc View Source

Inverted

Declaration
public bool Inverted { get; set; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Disable()

Declaration
public void Disable()
| Improve this Doc View Source

Get()

Declaration
public double Get()
Returns
Type Description
Double
| Improve this Doc View Source

Set(Double)

Declaration
public void Set(double speed)
Parameters
Type Name Description
Double speed

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Type Name Description
ISendableBuilder builder

Implements

IDisposable
ISpeedController
ISendable

Extension Methods

SpeedControllerExtensions.SetVoltage(ISpeedController, ElectricPotential)
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet