LEDStripType

class phoenix5.led.LEDStripType(value: SupportsInt | SupportsIndex)

Bases: pybind11_object

The various LED types that the CANdle can support

If the Phoenix 5 API must be used for this device, the device must have 22.X firmware. This firmware is available in Tuner X after selecting Phoenix 5 in the firmware year dropdown.

Deprecated:

This device’s Phoenix 5 API is deprecated for removal in the 2027 season. Users should update to Phoenix 6 firmware and migrate to the Phoenix 6 API. A migration guide is available at https://v6.docs.ctr-electronics.com/en/stable/docs/migration/migration-guide/index.html.

Members:

GRB : LEDs that are controlled by Green-Red-Blue values

RGB : LEDs that are controlled by Red-Green-Blue values

BRG : LEDs that are controlled by Blue-Red-Green values

GRBW : LEDs that are controlled by Green-Red-Blue-White values

RGBW : LEDs that are controlled by Red-Green-Blue-White values

BRGW : LEDs that are controlled by Blue-Red-Green-White values

BRG = <LEDStripType.BRG: 2>
BRGW = <LEDStripType.BRGW: 8>
GRB = <LEDStripType.GRB: 0>
GRBW = <LEDStripType.GRBW: 6>
RGB = <LEDStripType.RGB: 1>
RGBW = <LEDStripType.RGBW: 7>
LEDStripType.name -> str
property value