|
CTRE Phoenix Pro C++ 23.0.12
|
Configs that directly affect motor-output. More...
#include <ctre/phoenixpro/configs/Configs.hpp>
Public Member Functions | |
| std::string | ToString () const |
| std::string | Serialize () const |
| ctre::phoenix::StatusCode | Deserialize (const std::string &string) |
| virtual std::string | ToString () const =0 |
| virtual ctre::phoenix::StatusCode | Deserialize (const std::string &string)=0 |
| virtual std::string | Serialize () const =0 |
Public Attributes | |
| double | PeakForwardTorqueCurrent = 800 |
| Maximum (forward) output during torque current based control modes. More... | |
| double | PeakReverseTorqueCurrent = -800 |
| Minimum (reverse) output during torque current based control modes. More... | |
| double | TorqueNeutralDeadband = 0.0 |
| Configures the output deadband during torque current based control modes. More... | |
Configs that directly affect motor-output.
Includes Motor Invert and various limit features.
|
inlinevirtual |
Implements ctre::phoenixpro::configs::ParentConfiguration.
|
inlinevirtual |
Implements ctre::phoenixpro::ISerializable.
|
inlinevirtual |
Implements ctre::phoenixpro::configs::ParentConfiguration.
| double ctre::phoenixpro::configs::TorqueCurrentConfigs::PeakForwardTorqueCurrent = 800 |
Maximum (forward) output during torque current based control modes.
Minimum Value: -800 Maximum Value: 800 Default Value: 800 Units: A
| double ctre::phoenixpro::configs::TorqueCurrentConfigs::PeakReverseTorqueCurrent = -800 |
Minimum (reverse) output during torque current based control modes.
Minimum Value: -800 Maximum Value: 800 Default Value: -800 Units: A
| double ctre::phoenixpro::configs::TorqueCurrentConfigs::TorqueNeutralDeadband = 0.0 |
Configures the output deadband during torque current based control modes.
Minimum Value: 0 Maximum Value: 25 Default Value: 0.0 Units: A