Package com.ctre.phoenix.led
Class CANdleConfiguration
java.lang.Object
com.ctre.phoenix.CustomParamConfiguration
com.ctre.phoenix.led.CANdleConfiguration
Configurables available to CANifier
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Brightness scalar for all LEDs controlledboolean
True to turn off LEDs when Loss of Signal occurrsboolean
True to turn off Status LED when CANdle is actively being controlledWhat type of LEDs the CANdle controlsThe behavior of VBat outputFields inherited from class com.ctre.phoenix.CustomParamConfiguration
customParam0, customParam1, enableOptimizations
-
Constructor Summary
-
Method Summary
-
Field Details
-
stripType
What type of LEDs the CANdle controls -
brightnessScalar
Brightness scalar for all LEDs controlled -
disableWhenLOS
True to turn off LEDs when Loss of Signal occurrs -
statusLedOffWhenActive
True to turn off Status LED when CANdle is actively being controlled -
vBatOutputMode
The behavior of VBat output
-
-
Constructor Details
-
CANdleConfiguration
public CANdleConfiguration()
-
-
Method Details
-
toString
- Overrides:
toString
in classCustomParamConfiguration
- Returns:
- String representation of configs
-
toString
- Overrides:
toString
in classCustomParamConfiguration
- Parameters:
prependString
- String to prepend to configs- Returns:
- String representation of configs
-