Show / Hide Table of Contents

Struct PeriodicStatus0

Namespace: REV.SparkMax
Assembly: WPILibSharp.REV.SparkMax.dll
Syntax
public struct PeriodicStatus0

Constructors

| Improve this Doc View Source

PeriodicStatus0(PeriodicStatus0LowLevel)

Declaration
public PeriodicStatus0(PeriodicStatus0LowLevel lowLevel)
Parameters
Type Name Description
PeriodicStatus0LowLevel lowLevel

Properties

| Improve this Doc View Source

AppliedOutput

Declaration
public float AppliedOutput { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

Faults

Declaration
public ushort Faults { get; }
Property Value
Type Description
UInt16
| Improve this Doc View Source

IsFollower

Declaration
public bool IsFollower { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

IsInverted

Declaration
public bool IsInverted { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Lock

Declaration
public bool Lock { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

MotorType

Declaration
public MotorType MotorType { get; }
Property Value
Type Description
MotorType
| Improve this Doc View Source

RoboRIO

Declaration
public bool RoboRIO { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

StickyFaults

Declaration
public ushort StickyFaults { get; }
Property Value
Type Description
UInt16
| Improve this Doc View Source

Timestamp

Declaration
public ulong Timestamp { get; }
Property Value
Type Description
UInt64
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet