Show / Hide Table of Contents

Class AnalogTrigger

Inheritance
Object
AnalogTrigger
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(IAnalogTrigger))]
public static class AnalogTrigger

Methods

| Improve this Doc View Source

Clean(Int32)

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

GetFPGAIndex(Int32)

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

GetInWindow(Int32)

Declaration
public static bool GetInWindow(int analogTriggerHandle)
Parameters
Type Name Description
Int32 analogTriggerHandle
Returns
Type Description
Boolean
| Improve this Doc View Source

GetOutput(Int32, AnalogTriggerType)

Declaration
public static bool GetOutput(int analogTriggerHandle, AnalogTriggerType type)
Parameters
Type Name Description
Int32 analogTriggerHandle
AnalogTriggerType type
Returns
Type Description
Boolean
| Improve this Doc View Source

GetTriggerState(Int32)

Declaration
public static bool GetTriggerState(int analogTriggerHandle)
Parameters
Type Name Description
Int32 analogTriggerHandle
Returns
Type Description
Boolean
| Improve this Doc View Source

Initialize(Int32)

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

InitializeDutyCycle(Int32)

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

SetAveraged(Int32, Boolean)

Declaration
public static void SetAveraged(int analogTriggerHandle, bool useAveragedValue)
Parameters
Type Name Description
Int32 analogTriggerHandle
Boolean useAveragedValue
| Improve this Doc View Source

SetFiltered(Int32, Boolean)

Declaration
public static void SetFiltered(int analogTriggerHandle, bool useFilteredValue)
Parameters
Type Name Description
Int32 analogTriggerHandle
Boolean useFilteredValue
| Improve this Doc View Source

SetLimitsDutyCycle(Int32, Double, Double)

Declaration
public static void SetLimitsDutyCycle(int analogTriggerHandle, double lower, double upper)
Parameters
Type Name Description
Int32 analogTriggerHandle
Double lower
Double upper
| Improve this Doc View Source

SetLimitsRaw(Int32, Int32, Int32)

Declaration
public static void SetLimitsRaw(int analogTriggerHandle, int lower, int upper)
Parameters
Type Name Description
Int32 analogTriggerHandle
Int32 lower
Int32 upper
| Improve this Doc View Source

SetLimitsVoltage(Int32, Double, Double)

Declaration
public static void SetLimitsVoltage(int analogTriggerHandle, double lower, double upper)
Parameters
Type Name Description
Int32 analogTriggerHandle
Double lower
Double upper
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet