Show / Hide Table of Contents

Class AnalogOutput

Inheritance
Object
AnalogOutput
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(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
Type Description
Int32
| 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
Type Description
Double
| Improve this Doc View Source

InitializePort(Int32)

Declaration
public static int InitializePort(int portHandle)
Parameters
Type Name Description
Int32 portHandle
Returns
Type Description
Int32
| 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
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet