CTRE_Phoenix 5.20.2
com.ctre.phoenix.motorcontrol.can.TalonSRXConfiguration Class Reference

Inherits com.ctre.phoenix.motorcontrol.can.BaseTalonConfiguration.

Public Member Functions

String toString ()
 
String toString (String prependString)
 
- Public Member Functions inherited from com.ctre.phoenix.motorcontrol.can.BaseTalonConfiguration
 BaseTalonConfiguration (FeedbackDevice defaultFeedbackDevice)
 
String toString ()
 
String toString (String prependString)
 
String toString ()
 
String toString (String prependString)
 
String toString ()
 
String toString (String prependString)
 

Public Attributes

int peakCurrentLimit
 
int peakCurrentDuration
 
int continuousCurrentLimit
 
- Public Attributes inherited from com.ctre.phoenix.motorcontrol.can.BaseTalonConfiguration
BaseTalonPIDSetConfiguration primaryPID
 
BaseTalonPIDSetConfiguration auxiliaryPID
 
LimitSwitchSource forwardLimitSwitchSource
 
LimitSwitchSource reverseLimitSwitchSource
 
int forwardLimitSwitchDeviceID
 
int reverseLimitSwitchDeviceID
 
LimitSwitchNormal forwardLimitSwitchNormal
 
LimitSwitchNormal reverseLimitSwitchNormal
 
FeedbackDevice sum0Term
 
FeedbackDevice sum1Term
 
FeedbackDevice diff0Term
 
FeedbackDevice diff1Term
 
- Public Attributes inherited from com.ctre.phoenix.motorcontrol.can.BaseMotorControllerConfiguration
double openloopRamp
 
double closedloopRamp
 
double peakOutputForward
 
double peakOutputReverse
 
double nominalOutputForward
 
double nominalOutputReverse
 
double neutralDeadband
 
double voltageCompSaturation
 
int voltageMeasurementFilter
 
SensorVelocityMeasPeriod velocityMeasurementPeriod
 
int velocityMeasurementWindow
 
double forwardSoftLimitThreshold
 
double reverseSoftLimitThreshold
 
boolean forwardSoftLimitEnable
 
boolean reverseSoftLimitEnable
 
SlotConfiguration slot0
 
SlotConfiguration slot1
 
SlotConfiguration slot2
 
SlotConfiguration slot3
 
boolean auxPIDPolarity
 
FilterConfiguration remoteFilter0
 
FilterConfiguration remoteFilter1
 
double motionCruiseVelocity
 
double motionAcceleration
 
int motionCurveStrength
 
int motionProfileTrajectoryPeriod
 
boolean feedbackNotContinuous
 
boolean remoteSensorClosedLoopDisableNeutralOnLOS
 
boolean clearPositionOnLimitF
 
boolean clearPositionOnLimitR
 
boolean clearPositionOnQuadIdx
 
boolean limitSwitchDisableNeutralOnLOS
 
boolean softLimitDisableNeutralOnLOS
 
int pulseWidthPeriod_EdgesPerRot
 
int pulseWidthPeriod_FilterWindowSz
 
boolean trajectoryInterpolationEnable
 
- Public Attributes inherited from com.ctre.phoenix.CustomParamConfiguration
int customParam0
 
int customParam1
 
boolean enableOptimizations
 

Detailed Description

Configurables available to TalonSRX

Member Function Documentation

◆ toString() [1/2]

String com.ctre.phoenix.motorcontrol.can.TalonSRXConfiguration.toString ( )
inline
Returns
String representation of all the configs

Reimplemented from com.ctre.phoenix.motorcontrol.can.BaseTalonConfiguration.

◆ toString() [2/2]

String com.ctre.phoenix.motorcontrol.can.TalonSRXConfiguration.toString ( String  prependString)
inline
Parameters
prependStringString to prepend to all the configs
Returns
String representation of all the configs

Reimplemented from com.ctre.phoenix.motorcontrol.can.BaseTalonConfiguration.

Member Data Documentation

◆ continuousCurrentLimit

int com.ctre.phoenix.motorcontrol.can.TalonSRXConfiguration.continuousCurrentLimit

Continuous current in amps

Current limit is activated when current exceeds the peak limit for longer than the peak duration. Then software will limit to the continuous limit. This ensures current limiting while allowing for momentary excess current events.

◆ peakCurrentDuration

int com.ctre.phoenix.motorcontrol.can.TalonSRXConfiguration.peakCurrentDuration

Peak Current duration in milliseconds

Current limit is activated when current exceeds the peak limit for longer than the peak duration. Then software will limit to the continuous limit. This ensures current limiting while allowing for momentary excess current events.

◆ peakCurrentLimit

int com.ctre.phoenix.motorcontrol.can.TalonSRXConfiguration.peakCurrentLimit

Peak current in amps

Current limit is activated when current exceeds the peak limit for longer than the peak duration. Then software will limit to the continuous limit. This ensures current limiting while allowing for momentary excess current events.


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