Table of Contents

Enum ExternalMotorTempStatusValue

Namespace
CTRE.Phoenix6.Signals
Assembly
Phoenix6.Hardware.dll

Status of the temperature sensor of the external motor.

public enum ExternalMotorTempStatusValue
Extension Methods

Fields

Collecting = 0

Talon is collecting information on the sensor.

Disconnected = 1

Temperature sensor appears to be disconnected.

Normal = 3

Temperature sensor is normal.

NotUsed = 4

Temperature sensor is present but is not used. Most likely the motor arrangement is brushed or disabled.

TooHot = 2

Temperature sensor is too hot to allow motor operation.

WrongMotorOrShorted = 5

Temperature sensor appears to be for the wrong motor arrangement, or signals are shorted.