Package com.ctre.phoenix6.swerve
Enum Class SwerveModuleConstants.SteerMotorArrangement
java.lang.Object
java.lang.Enum<SwerveModuleConstants.SteerMotorArrangement>
com.ctre.phoenix6.swerve.SwerveModuleConstants.SteerMotorArrangement
- All Implemented Interfaces:
Serializable
,Comparable<SwerveModuleConstants.SteerMotorArrangement>
,java.lang.constant.Constable
- Enclosing class:
- SwerveModuleConstants<DriveMotorConfigsT extends ParentConfiguration,
SteerMotorConfigsT extends ParentConfiguration, EncoderConfigsT extends ParentConfiguration>
public static enum SwerveModuleConstants.SteerMotorArrangement
extends Enum<SwerveModuleConstants.SteerMotorArrangement>
Supported motor arrangements for the steer motors.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionTalon FX integrated brushless motor.Brushed motor connected to a Talon FXS on terminals A and B.Brushed motor connected to a Talon FXS on terminals A and C.Brushed motor connected to a Talon FXS on terminals B and C.CTR Electronics MinionĀ® brushless motor connected to a Talon FXS over JST.Third party NEO brushless motor connected to a Talon FXS over JST.Third party NEO550 brushless motor connected to a Talon FXS over JST.Third party VORTEX brushless motor connected to a Talon FXS over JST. -
Field Summary
-
Method Summary
-
Enum Constant Details
-
TalonFX_Integrated
Talon FX integrated brushless motor. -
TalonFXS_Minion_JST
CTR Electronics MinionĀ® brushless motor connected to a Talon FXS over JST. -
TalonFXS_NEO_JST
Third party NEO brushless motor connected to a Talon FXS over JST. -
TalonFXS_VORTEX_JST
Third party VORTEX brushless motor connected to a Talon FXS over JST. -
TalonFXS_NEO550_JST
Third party NEO550 brushless motor connected to a Talon FXS over JST. -
TalonFXS_Brushed_AB
Brushed motor connected to a Talon FXS on terminals A and B. -
TalonFXS_Brushed_AC
Brushed motor connected to a Talon FXS on terminals A and C. -
TalonFXS_Brushed_BC
Brushed motor connected to a Talon FXS on terminals B and C.
-
-
Field Details
-
value
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
valueOf
Gets SteerMotorArrangement from specified value- Parameters:
value
- Value of SteerMotorArrangement- Returns:
- SteerMotorArrangement of specified value
-