CANdleFaults

class phoenix5.led.CANdleFaults(*args, **kwargs)

Bases: pybind11_object

Overloaded function.

  1. __init__(self: phoenix5._ctre.led.CANdleFaults, bits: typing.SupportsInt | typing.SupportsIndex) -> None

  2. __init__(self: phoenix5._ctre.led.CANdleFaults) -> None

property APIError
property BootDuringEnable
property HardwareFault
property ShortCircuit
property SoftwareFuse
property ThermalFault
property V5TooHigh
property V5TooLow
property VBatTooHigh
property VBatTooLow
hasAnyFault() bool
toBitfield() int
update(bits: SupportsInt | SupportsIndex) None