Class AnalogOutput
Assembly: WPILibSharp.dll
Syntax
public class AnalogOutput : ISendable, IDisposable
Constructors
|
Improve this Doc
View Source
AnalogOutput(Int32)
Declaration
public AnalogOutput(int channel)
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
Voltage
Declaration
public ElectricPotential Voltage { get; set; }
Property Value
Type |
Description |
UnitsNet.ElectricPotential |
|
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