Class AnalogTrigger
Inheritance
AnalogTrigger
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
|
Improve this Doc
View Source
GetInWindow(Int32)
Declaration
public static bool GetInWindow(int analogTriggerHandle)
Parameters
Type |
Name |
Description |
Int32 |
analogTriggerHandle |
|
Returns
|
Improve this Doc
View Source
GetOutput(Int32, AnalogTriggerType)
Declaration
public static bool GetOutput(int analogTriggerHandle, AnalogTriggerType type)
Parameters
Returns
|
Improve this Doc
View Source
GetTriggerState(Int32)
Declaration
public static bool GetTriggerState(int analogTriggerHandle)
Parameters
Type |
Name |
Description |
Int32 |
analogTriggerHandle |
|
Returns
|
Improve this Doc
View Source
Initialize(Int32)
Declaration
public static int Initialize(int portHandle)
Parameters
Type |
Name |
Description |
Int32 |
portHandle |
|
Returns
|
Improve this Doc
View Source
InitializeDutyCycle(Int32)
Declaration
public static int InitializeDutyCycle(int dutyCycleHandle)
Parameters
Type |
Name |
Description |
Int32 |
dutyCycleHandle |
|
Returns
|
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
|
Improve this Doc
View Source
SetLimitsRaw(Int32, Int32, Int32)
Declaration
public static void SetLimitsRaw(int analogTriggerHandle, int lower, int upper)
Parameters
|
Improve this Doc
View Source
SetLimitsVoltage(Int32, Double, Double)
Declaration
public static void SetLimitsVoltage(int analogTriggerHandle, double lower, double upper)
Parameters