CTRE_Phoenix 5.20.2
com.ctre.phoenix.led.CANdle.VBatOutputMode Enum Reference

Public Member Functions

 VBatOutputMode (int value)
 

Static Public Member Functions

 [static initializer]
 
static VBatOutputMode valueOf (int value)
 
static VBatOutputMode valueOf (double value)
 

Public Attributes

 On =(0)
 
 Off =(1)
 
 Modulated =(2)
 
final int value
 

Detailed Description

The various methods of managing the VBat output behavior

Member Function Documentation

◆ [static initializer]()

com.ctre.phoenix.led.CANdle.VBatOutputMode.[static initializer]
inlinestatic

static c'tor, prepare the map

◆ valueOf() [1/2]

static VBatOutputMode com.ctre.phoenix.led.CANdle.VBatOutputMode.valueOf ( double  value)
inlinestatic

Get VBatOutputMode of specified value

Parameters
valuevalue of VBatOutputMode
Returns
VBatOutputMode of specified value

◆ valueOf() [2/2]

static VBatOutputMode com.ctre.phoenix.led.CANdle.VBatOutputMode.valueOf ( int  value)
inlinestatic

Get VBatOutputMode of specified value

Parameters
valuevalue of VBatOutputMode
Returns
VBatOutputMode of specified value

Member Data Documentation

◆ Modulated

com.ctre.phoenix.led.CANdle.VBatOutputMode.Modulated =(2)

VBat output is on at the specified modulation

◆ Off

com.ctre.phoenix.led.CANdle.VBatOutputMode.Off =(1)

VBat output is off, no modulation

◆ On

com.ctre.phoenix.led.CANdle.VBatOutputMode.On =(0)

VBat output is on at full power, no modulation


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