Enum ReverseLimitSourceValue

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

public enum ReverseLimitSourceValue
extends Enum<ReverseLimitSourceValue>
Determines where to poll the reverse limit switch. This defaults to the reverse limit switch pin on the limit switch connector.

Choose RemoteTalonFX to use the reverse limit switch attached to another Talon FX on the same CAN bus (this also requires setting ReverseLimitRemoteSensorID).

Choose RemoteCANifier to use the reverse limit switch attached to another CANifier on the same CAN bus (this also requires setting ReverseLimitRemoteSensorID).

Choose RemoteCANcoder to use another CANcoder on the same CAN bus (this also requires setting ReverseLimitRemoteSensorID). The reverse limit will assert when the CANcoder magnet strength changes from BAD (red) to ADEQUATE (orange) or GOOD (green).