Package com.ctre.phoenix
Class CANifierConfiguration
java.lang.Object
com.ctre.phoenix.CustomParamConfiguration
com.ctre.phoenix.CANifierConfiguration
Configurables available to CANifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to clear sensor position on forward limitbooleanWhether to clear sensor position on reverse limitbooleanWhether to clear sensor position on indexVelocity measurement period to useintVelocity measurement window to useFields inherited from class com.ctre.phoenix.CustomParamConfiguration
customParam0, customParam1, enableOptimizations -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
velocityMeasurementPeriod
Velocity measurement period to use -
velocityMeasurementWindow
Velocity measurement window to use -
clearPositionOnLimitF
Whether to clear sensor position on forward limit -
clearPositionOnLimitR
Whether to clear sensor position on reverse limit -
clearPositionOnQuadIdx
Whether to clear sensor position on index
-
-
Constructor Details
-
CANifierConfiguration
public CANifierConfiguration()
-
-
Method Details
-
toString
- Overrides:
toStringin classCustomParamConfiguration- Returns:
- String representation of configs
-
toString
- Overrides:
toStringin classCustomParamConfiguration- Parameters:
prependString- String to prepend to configs- Returns:
- String representation of configs
-