CANdleStickyFaults
- class phoenix5.led.CANdleStickyFaults(*args, **kwargs)
Bases:
pybind11_objectOverloaded function.
__init__(self: phoenix5._ctre.led.CANdleStickyFaults, bits: typing.SupportsInt | typing.SupportsIndex) -> None
__init__(self: phoenix5._ctre.led.CANdleStickyFaults) -> 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