Package com.ctre.phoenix6.swerve
Enum Class SwerveModuleConstants.DriveMotorArrangement
java.lang.Object
java.lang.Enum<SwerveModuleConstants.DriveMotorArrangement>
com.ctre.phoenix6.swerve.SwerveModuleConstants.DriveMotorArrangement
- All Implemented Interfaces:
Serializable
,Comparable<SwerveModuleConstants.DriveMotorArrangement>
,java.lang.constant.Constable
- Enclosing class:
- SwerveModuleConstants<DriveMotorConfigsT extends ParentConfiguration,
SteerMotorConfigsT extends ParentConfiguration, EncoderConfigsT extends ParentConfiguration>
public static enum SwerveModuleConstants.DriveMotorArrangement
extends Enum<SwerveModuleConstants.DriveMotorArrangement>
Supported motor arrangements for the drive 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.Third party NEO 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_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.
-
-
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 DriveMotorArrangement from specified value- Parameters:
value
- Value of DriveMotorArrangement- Returns:
- DriveMotorArrangement of specified value
-