Class AnalogPotentiometer
Inheritance
AnalogPotentiometer
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
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
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements