Show / Hide Table of Contents

Class PDP

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

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

CheckModule(Int32)

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

Clean(Int32)

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

ClearStickyFaults(Int32)

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

GetAllChannelCurrents(Int32, Double*)

Declaration
public static void GetAllChannelCurrents(int handle, double *currents)
Parameters
Type Name Description
Int32 handle
Double* currents
| Improve this Doc View Source

GetChannelCurrent(Int32, Int32)

Declaration
public static double GetChannelCurrent(int handle, int channel)
Parameters
Type Name Description
Int32 handle
Int32 channel
Returns
Type Description
Double
| Improve this Doc View Source

GetTemperature(Int32)

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

GetTotalCurrent(Int32)

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

GetTotalEnergy(Int32)

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

GetTotalPower(Int32)

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

GetVoltage(Int32)

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

Initialize(Int32)

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

ResetTotalEnergy(Int32)

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