Show / Hide Table of Contents

Class AnalogPotentiometer

Inheritance
Object
AnalogPotentiometer
Implements
IPotentiometer
ISendable
IDisposable
Inherited Members
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 class AnalogPotentiometer : IPotentiometer, ISendable, IDisposable

Constructors

| Improve this Doc View Source

AnalogPotentiometer(Int32, Angle, Angle)

Declaration
public AnalogPotentiometer(int channel, Angle fullRange, Angle offset = default(Angle))
Parameters
Type Name Description
Int32 channel
UnitsNet.Angle fullRange
UnitsNet.Angle offset
| Improve this Doc View Source

AnalogPotentiometer(AnalogInput, Angle, Angle)

Declaration
public AnalogPotentiometer(AnalogInput analogInput, Angle fullRange, Angle offset = default(Angle))
Parameters
Type Name Description
AnalogInput analogInput
UnitsNet.Angle fullRange
UnitsNet.Angle offset

Properties

| Improve this Doc View Source

Angle

Declaration
public Angle Angle { get; }
Property Value
Type Description
UnitsNet.Angle

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

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

Implements

IPotentiometer
ISendable
IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet