Class AnalogOutput
Namespace: Hal
Assembly: FRC.Hal.dll
Syntax
[NativeInterface(typeof(IAnalogOutput))]
public static class AnalogOutput
Methods
|
Improve this Doc
View Source
CheckChannel(Int32)
Declaration
public static int CheckChannel(int channel)
Parameters
Type |
Name |
Description |
Int32 |
channel |
|
Returns
|
Improve this Doc
View Source
FreePort(Int32)
Declaration
public static void FreePort(int analogOutputHandle)
Parameters
Type |
Name |
Description |
Int32 |
analogOutputHandle |
|
|
Improve this Doc
View Source
Get(Int32)
Declaration
public static double Get(int analogOutputHandle)
Parameters
Type |
Name |
Description |
Int32 |
analogOutputHandle |
|
Returns
|
Improve this Doc
View Source
InitializePort(Int32)
Declaration
public static int InitializePort(int portHandle)
Parameters
Type |
Name |
Description |
Int32 |
portHandle |
|
Returns
|
Improve this Doc
View Source
Set(Int32, Double)
Declaration
public static void Set(int analogOutputHandle, double voltage)
Parameters
Type |
Name |
Description |
Int32 |
analogOutputHandle |
|
Double |
voltage |
|