Enum ForwardLimitSourceValue

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

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

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

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

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