Show / Hide Table of Contents

Class DutyCycle

Inheritance
Object
DutyCycle
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IDutyCycle))]
public static class DutyCycle

Methods

| Improve this Doc View Source

Free(Int32)

Declaration
public static void Free(int dutyCycleHandle)
Parameters
Type Name Description
Int32 dutyCycleHandle
| Improve this Doc View Source

GetFPGAIndex(Int32)

Declaration
public static int GetFPGAIndex(int dutyCycleHandle)
Parameters
Type Name Description
Int32 dutyCycleHandle
Returns
Type Description
Int32
| Improve this Doc View Source

GetFrequency(Int32)

Declaration
public static int GetFrequency(int dutyCycleHandle)
Parameters
Type Name Description
Int32 dutyCycleHandle
Returns
Type Description
Int32
| Improve this Doc View Source

GetOutput(Int32)

Declaration
public static double GetOutput(int dutyCycleHandle)
Parameters
Type Name Description
Int32 dutyCycleHandle
Returns
Type Description
Double
| Improve this Doc View Source

GetOutputRaw(Int32)

Declaration
public static int GetOutputRaw(int dutyCycleHandle)
Parameters
Type Name Description
Int32 dutyCycleHandle
Returns
Type Description
Int32
| Improve this Doc View Source

GetOutputScaleFactor(Int32)

Declaration
public static int GetOutputScaleFactor(int dutyCycleHandle)
Parameters
Type Name Description
Int32 dutyCycleHandle
Returns
Type Description
Int32
| Improve this Doc View Source

Initialize(Int32, AnalogTriggerType)

Declaration
public static int Initialize(int digitalSourceHandle, AnalogTriggerType triggerType)
Parameters
Type Name Description
Int32 digitalSourceHandle
AnalogTriggerType triggerType
Returns
Type Description
Int32
| Improve this Doc View Source

SetSimDevice(Int32, Int32)

Declaration
public static void SetSimDevice(int handle, int device)
Parameters
Type Name Description
Int32 handle
Int32 device
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet