Show / Hide Table of Contents

Class DutyCycle

Inheritance
Object
DutyCycle
Implements
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 DutyCycle : ISendable, IDisposable

Constructors

| Improve this Doc View Source

DutyCycle(IDigitalSource)

Declaration
public DutyCycle(IDigitalSource digitalSource)
Parameters
Type Name Description
IDigitalSource digitalSource

Properties

| Improve this Doc View Source

FPGAIndex

Declaration
public int FPGAIndex { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Frequency

Declaration
public Frequency Frequency { get; }
Property Value
Type Description
UnitsNet.Frequency
| Improve this Doc View Source

Output

Declaration
public double Output { get; }
Property Value
Type Description
Double
| Improve this Doc View Source

OutputRaw

Declaration
public int OutputRaw { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

OutputScaleFactor

Declaration
public int OutputScaleFactor { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

SourceChannel

Declaration
public int SourceChannel { get; }
Property Value
Type Description
Int32

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

ISendable
IDisposable
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DutyCycle(IDigitalSource)
  • Properties
    • FPGAIndex
    • Frequency
    • Output
    • OutputRaw
    • OutputScaleFactor
    • SourceChannel
  • Methods
    • Dispose()
  • Explicit Interface Implementations
    • ISendable.InitSendable(ISendableBuilder)
  • Implements
Back to top Copyright © 2017 RobotDotNet