Class Tachometer
Assembly: WPILibSharp.dll
Syntax
public class Tachometer : IDisposable, ISendable
Constructors
|
Improve this Doc
View Source
Tachometer(IDigitalSource)
Declaration
public Tachometer(IDigitalSource source)
Parameters
Properties
|
Improve this Doc
View Source
EdgesPerRevolution
Declaration
public int EdgesPerRevolution { get; set; }
Property Value
|
Improve this Doc
View Source
Frequency
Declaration
public Frequency Frequency { get; }
Property Value
Type |
Description |
UnitsNet.Frequency |
|
|
Improve this Doc
View Source
MaxPeriod
Declaration
public TimeSpan MaxPeriod { set; }
Property Value
|
Improve this Doc
View Source
Period
Declaration
public TimeSpan Period { get; }
Property Value
|
Improve this Doc
View Source
RotationalSpeed
Declaration
public RotationalSpeed RotationalSpeed { get; }
Property Value
Type |
Description |
UnitsNet.RotationalSpeed |
|
|
Improve this Doc
View Source
SamplesToAverage
Declaration
public int SamplesToAverage { get; set; }
Property Value
|
Improve this Doc
View Source
Stopped
Declaration
public bool Stopped { get; }
Property Value
|
Improve this Doc
View Source
UpdateWhenEmpty
Declaration
public bool UpdateWhenEmpty { set; }
Property Value
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