CTRE Phoenix 6 C++ 24.2.0
ctre::phoenix6::configs::TalonFXConfiguration Class Reference

Class description for the Talon FX integrated motor controller. More...

#include <ctre/phoenix6/core/CoreTalonFX.hpp>

Inheritance diagram for ctre::phoenix6::configs::TalonFXConfiguration:
ctre::phoenix6::configs::ParentConfiguration ctre::phoenix6::ISerializable

Public Member Functions

TalonFXConfigurationWithMotorOutput (MotorOutputConfigs newMotorOutput)
 Modifies this configuration's MotorOutput parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithCurrentLimits (CurrentLimitsConfigs newCurrentLimits)
 Modifies this configuration's CurrentLimits parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithVoltage (VoltageConfigs newVoltage)
 Modifies this configuration's Voltage parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithTorqueCurrent (TorqueCurrentConfigs newTorqueCurrent)
 Modifies this configuration's TorqueCurrent parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithFeedback (FeedbackConfigs newFeedback)
 Modifies this configuration's Feedback parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithDifferentialSensors (DifferentialSensorsConfigs newDifferentialSensors)
 Modifies this configuration's DifferentialSensors parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithDifferentialConstants (DifferentialConstantsConfigs newDifferentialConstants)
 Modifies this configuration's DifferentialConstants parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithOpenLoopRamps (OpenLoopRampsConfigs newOpenLoopRamps)
 Modifies this configuration's OpenLoopRamps parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithClosedLoopRamps (ClosedLoopRampsConfigs newClosedLoopRamps)
 Modifies this configuration's ClosedLoopRamps parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithHardwareLimitSwitch (HardwareLimitSwitchConfigs newHardwareLimitSwitch)
 Modifies this configuration's HardwareLimitSwitch parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithAudio (AudioConfigs newAudio)
 Modifies this configuration's Audio parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithSoftwareLimitSwitch (SoftwareLimitSwitchConfigs newSoftwareLimitSwitch)
 Modifies this configuration's SoftwareLimitSwitch parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithMotionMagic (MotionMagicConfigs newMotionMagic)
 Modifies this configuration's MotionMagic parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithCustomParams (CustomParamsConfigs newCustomParams)
 Modifies this configuration's CustomParams parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithClosedLoopGeneral (ClosedLoopGeneralConfigs newClosedLoopGeneral)
 Modifies this configuration's ClosedLoopGeneral parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithSlot0 (Slot0Configs newSlot0)
 Modifies this configuration's Slot0 parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithSlot1 (Slot1Configs newSlot1)
 Modifies this configuration's Slot1 parameter and returns itself for method-chaining and easier to use config API. More...
 
TalonFXConfigurationWithSlot2 (Slot2Configs newSlot2)
 Modifies this configuration's Slot2 parameter and returns itself for method-chaining and easier to use config API. More...
 
std::string ToString () const
 Get the string representation of this configuration. More...
 
std::string Serialize () const
 Get the serialized form of this configuration. More...
 
ctre::phoenix::StatusCode Deserialize (const std::string &to_deserialize)
 Take a string and deserialize it to this configuration. More...
 
virtual std::string ToString () const =0
 
virtual ctre::phoenix::StatusCode Deserialize (const std::string &string)=0
 
virtual std::string Serialize () const =0
 

Public Attributes

bool FutureProofConfigs {true}
 True if we should factory default newer unsupported configs, false to leave newer unsupported configs alone. More...
 
MotorOutputConfigs MotorOutput
 Configs that directly affect motor-output. More...
 
CurrentLimitsConfigs CurrentLimits
 Configs that directly affect current limiting features. More...
 
VoltageConfigs Voltage
 Voltage-specific configs. More...
 
TorqueCurrentConfigs TorqueCurrent
 Configs to control the maximum and minimum applied torque when using Torque Current control types. More...
 
FeedbackConfigs Feedback
 Configs that affect the feedback of this motor controller. More...
 
DifferentialSensorsConfigs DifferentialSensors
 Configs related to sensors used for differential control of a mechanism. More...
 
DifferentialConstantsConfigs DifferentialConstants
 Configs related to constants used for differential control of a mechanism. More...
 
OpenLoopRampsConfigs OpenLoopRamps
 Configs that affect the open-loop control of this motor controller. More...
 
ClosedLoopRampsConfigs ClosedLoopRamps
 Configs that affect the closed-loop control of this motor controller. More...
 
HardwareLimitSwitchConfigs HardwareLimitSwitch
 Configs that change how the motor controller behaves under different limit switch statse. More...
 
AudioConfigs Audio
 Configs that affect audible components of the device. More...
 
SoftwareLimitSwitchConfigs SoftwareLimitSwitch
 Configs that affect how software-limit switches behave. More...
 
MotionMagicConfigs MotionMagic
 Configs for Motion MagicĀ®. More...
 
CustomParamsConfigs CustomParams
 Custom Params. More...
 
ClosedLoopGeneralConfigs ClosedLoopGeneral
 Configs that affect general behavior during closed-looping. More...
 
Slot0Configs Slot0
 Gains for the specified slot. More...
 
Slot1Configs Slot1
 Gains for the specified slot. More...
 
Slot2Configs Slot2
 Gains for the specified slot. More...
 

Detailed Description

Class description for the Talon FX integrated motor controller.

This handles the configurations for the hardware::TalonFX

Member Function Documentation

◆ Deserialize()

ctre::phoenix::StatusCode ctre::phoenix6::configs::TalonFXConfiguration::Deserialize ( const std::string &  to_deserialize)
inlinevirtual

Take a string and deserialize it to this configuration.

Implements ctre::phoenix6::configs::ParentConfiguration.

◆ Serialize()

std::string ctre::phoenix6::configs::TalonFXConfiguration::Serialize ( ) const
inlinevirtual

Get the serialized form of this configuration.

Implements ctre::phoenix6::ISerializable.

◆ ToString()

std::string ctre::phoenix6::configs::TalonFXConfiguration::ToString ( ) const
inlinevirtual

Get the string representation of this configuration.

Implements ctre::phoenix6::configs::ParentConfiguration.

◆ WithAudio()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithAudio ( AudioConfigs  newAudio)
inline

Modifies this configuration's Audio parameter and returns itself for method-chaining and easier to use config API.

Parameters
newAudioParameter to modify
Returns
Itself

◆ WithClosedLoopGeneral()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithClosedLoopGeneral ( ClosedLoopGeneralConfigs  newClosedLoopGeneral)
inline

Modifies this configuration's ClosedLoopGeneral parameter and returns itself for method-chaining and easier to use config API.

Parameters
newClosedLoopGeneralParameter to modify
Returns
Itself

◆ WithClosedLoopRamps()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithClosedLoopRamps ( ClosedLoopRampsConfigs  newClosedLoopRamps)
inline

Modifies this configuration's ClosedLoopRamps parameter and returns itself for method-chaining and easier to use config API.

Parameters
newClosedLoopRampsParameter to modify
Returns
Itself

◆ WithCurrentLimits()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithCurrentLimits ( CurrentLimitsConfigs  newCurrentLimits)
inline

Modifies this configuration's CurrentLimits parameter and returns itself for method-chaining and easier to use config API.

Parameters
newCurrentLimitsParameter to modify
Returns
Itself

◆ WithCustomParams()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithCustomParams ( CustomParamsConfigs  newCustomParams)
inline

Modifies this configuration's CustomParams parameter and returns itself for method-chaining and easier to use config API.

Parameters
newCustomParamsParameter to modify
Returns
Itself

◆ WithDifferentialConstants()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithDifferentialConstants ( DifferentialConstantsConfigs  newDifferentialConstants)
inline

Modifies this configuration's DifferentialConstants parameter and returns itself for method-chaining and easier to use config API.

Parameters
newDifferentialConstantsParameter to modify
Returns
Itself

◆ WithDifferentialSensors()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithDifferentialSensors ( DifferentialSensorsConfigs  newDifferentialSensors)
inline

Modifies this configuration's DifferentialSensors parameter and returns itself for method-chaining and easier to use config API.

Parameters
newDifferentialSensorsParameter to modify
Returns
Itself

◆ WithFeedback()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithFeedback ( FeedbackConfigs  newFeedback)
inline

Modifies this configuration's Feedback parameter and returns itself for method-chaining and easier to use config API.

Parameters
newFeedbackParameter to modify
Returns
Itself

◆ WithHardwareLimitSwitch()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithHardwareLimitSwitch ( HardwareLimitSwitchConfigs  newHardwareLimitSwitch)
inline

Modifies this configuration's HardwareLimitSwitch parameter and returns itself for method-chaining and easier to use config API.

Parameters
newHardwareLimitSwitchParameter to modify
Returns
Itself

◆ WithMotionMagic()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithMotionMagic ( MotionMagicConfigs  newMotionMagic)
inline

Modifies this configuration's MotionMagic parameter and returns itself for method-chaining and easier to use config API.

Parameters
newMotionMagicParameter to modify
Returns
Itself

◆ WithMotorOutput()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithMotorOutput ( MotorOutputConfigs  newMotorOutput)
inline

Modifies this configuration's MotorOutput parameter and returns itself for method-chaining and easier to use config API.

Parameters
newMotorOutputParameter to modify
Returns
Itself

◆ WithOpenLoopRamps()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithOpenLoopRamps ( OpenLoopRampsConfigs  newOpenLoopRamps)
inline

Modifies this configuration's OpenLoopRamps parameter and returns itself for method-chaining and easier to use config API.

Parameters
newOpenLoopRampsParameter to modify
Returns
Itself

◆ WithSlot0()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithSlot0 ( Slot0Configs  newSlot0)
inline

Modifies this configuration's Slot0 parameter and returns itself for method-chaining and easier to use config API.

Parameters
newSlot0Parameter to modify
Returns
Itself

◆ WithSlot1()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithSlot1 ( Slot1Configs  newSlot1)
inline

Modifies this configuration's Slot1 parameter and returns itself for method-chaining and easier to use config API.

Parameters
newSlot1Parameter to modify
Returns
Itself

◆ WithSlot2()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithSlot2 ( Slot2Configs  newSlot2)
inline

Modifies this configuration's Slot2 parameter and returns itself for method-chaining and easier to use config API.

Parameters
newSlot2Parameter to modify
Returns
Itself

◆ WithSoftwareLimitSwitch()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithSoftwareLimitSwitch ( SoftwareLimitSwitchConfigs  newSoftwareLimitSwitch)
inline

Modifies this configuration's SoftwareLimitSwitch parameter and returns itself for method-chaining and easier to use config API.

Parameters
newSoftwareLimitSwitchParameter to modify
Returns
Itself

◆ WithTorqueCurrent()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithTorqueCurrent ( TorqueCurrentConfigs  newTorqueCurrent)
inline

Modifies this configuration's TorqueCurrent parameter and returns itself for method-chaining and easier to use config API.

Parameters
newTorqueCurrentParameter to modify
Returns
Itself

◆ WithVoltage()

TalonFXConfiguration & ctre::phoenix6::configs::TalonFXConfiguration::WithVoltage ( VoltageConfigs  newVoltage)
inline

Modifies this configuration's Voltage parameter and returns itself for method-chaining and easier to use config API.

Parameters
newVoltageParameter to modify
Returns
Itself

Member Data Documentation

◆ Audio

AudioConfigs ctre::phoenix6::configs::TalonFXConfiguration::Audio

Configs that affect audible components of the device.

Includes configuration for the beep on boot.

◆ ClosedLoopGeneral

ClosedLoopGeneralConfigs ctre::phoenix6::configs::TalonFXConfiguration::ClosedLoopGeneral

Configs that affect general behavior during closed-looping.

Includes Continuous Wrap features.

◆ ClosedLoopRamps

ClosedLoopRampsConfigs ctre::phoenix6::configs::TalonFXConfiguration::ClosedLoopRamps

Configs that affect the closed-loop control of this motor controller.

Closed-loop ramp rates for the various control types.

◆ CurrentLimits

CurrentLimitsConfigs ctre::phoenix6::configs::TalonFXConfiguration::CurrentLimits

Configs that directly affect current limiting features.

Contains the supply/stator current limit thresholds and whether to enable them or not.

◆ CustomParams

CustomParamsConfigs ctre::phoenix6::configs::TalonFXConfiguration::CustomParams

Custom Params.

Custom paramaters that have no real impact on controller.

◆ DifferentialConstants

DifferentialConstantsConfigs ctre::phoenix6::configs::TalonFXConfiguration::DifferentialConstants

Configs related to constants used for differential control of a mechanism.

Includes the differential peak outputs.

◆ DifferentialSensors

DifferentialSensorsConfigs ctre::phoenix6::configs::TalonFXConfiguration::DifferentialSensors

Configs related to sensors used for differential control of a mechanism.

Includes the differential sensor sources and IDs.

◆ Feedback

FeedbackConfigs ctre::phoenix6::configs::TalonFXConfiguration::Feedback

Configs that affect the feedback of this motor controller.

Includes feedback sensor source, any offsets for the feedback sensor, and various ratios to describe the relationship between the sensor and the mechanism for closed looping.

◆ FutureProofConfigs

bool ctre::phoenix6::configs::TalonFXConfiguration::FutureProofConfigs {true}

True if we should factory default newer unsupported configs, false to leave newer unsupported configs alone.

This flag addresses a corner case where the device may have firmware with newer configs that didn't exist when this version of the API was built. If this occurs and this flag is true, unsupported new configs will be factory defaulted to avoid unexpected behavior.

This is also the behavior in Phoenix 5, so this flag is defaulted to true to match.

◆ HardwareLimitSwitch

HardwareLimitSwitchConfigs ctre::phoenix6::configs::TalonFXConfiguration::HardwareLimitSwitch

Configs that change how the motor controller behaves under different limit switch statse.

Includes configs such as enabling limit switches, configuring the remote sensor ID, the source, and the position to set on limit.

◆ MotionMagic

MotionMagicConfigs ctre::phoenix6::configs::TalonFXConfiguration::MotionMagic

Configs for Motion MagicĀ®.

Includes Velocity, Acceleration, Jerk, and Expo parameters.

◆ MotorOutput

MotorOutputConfigs ctre::phoenix6::configs::TalonFXConfiguration::MotorOutput

Configs that directly affect motor-output.

Includes Motor Invert and various limit features.

◆ OpenLoopRamps

OpenLoopRampsConfigs ctre::phoenix6::configs::TalonFXConfiguration::OpenLoopRamps

Configs that affect the open-loop control of this motor controller.

Open-loop ramp rates for the various control types.

◆ Slot0

Slot0Configs ctre::phoenix6::configs::TalonFXConfiguration::Slot0

Gains for the specified slot.

If this slot is selected, these gains are used in closed loop control requests.

◆ Slot1

Slot1Configs ctre::phoenix6::configs::TalonFXConfiguration::Slot1

Gains for the specified slot.

If this slot is selected, these gains are used in closed loop control requests.

◆ Slot2

Slot2Configs ctre::phoenix6::configs::TalonFXConfiguration::Slot2

Gains for the specified slot.

If this slot is selected, these gains are used in closed loop control requests.

◆ SoftwareLimitSwitch

SoftwareLimitSwitchConfigs ctre::phoenix6::configs::TalonFXConfiguration::SoftwareLimitSwitch

Configs that affect how software-limit switches behave.

Includes enabling software-limit switches and the threshold at which they're tripped.

◆ TorqueCurrent

TorqueCurrentConfigs ctre::phoenix6::configs::TalonFXConfiguration::TorqueCurrent

Configs to control the maximum and minimum applied torque when using Torque Current control types.

Similar to peak output, but for the TorqueCurrentFOC control type requests.

◆ Voltage

VoltageConfigs ctre::phoenix6::configs::TalonFXConfiguration::Voltage

Voltage-specific configs.

Voltage-specific configs


The documentation for this class was generated from the following file: