Enum MotorOutputStatusValue

java.lang.Object
java.lang.Enum<MotorOutputStatusValue>
com.ctre.phoenix6.signals.MotorOutputStatusValue
All Implemented Interfaces:
Serializable, Comparable<MotorOutputStatusValue>, java.lang.constant.Constable

public enum MotorOutputStatusValue
extends Enum<MotorOutputStatusValue>
Assess the status of the motor output with respect to load and supply.

This routine can be used to determine the general status of motor commutation. Off means that motor output is disabled. StaticBraking typically means the motor is in neutral-brake. Motoring means motor is loaded in a typical fashion, drawing current from the supply, and successfully turning the rotor in the direction of applied voltage. Discordant Motoring is the same as Motoring, expect the rotor is being backdriven as the motor output is not enough to defeat load forces. RegenBraking means the motor is braking in such a way where motor current is traveling back to the supply (typically a battery).