Animation
- class phoenix5.led.Animation(idx: SupportsInt | SupportsIndex, speed: SupportsFloat | SupportsIndex, numLed: SupportsInt | SupportsIndex, ledOffset: SupportsInt | SupportsIndex)
Bases:
pybind11_object- getAnimationIdx() int
- getBaseStandardAnimation() phoenix5._ctre.led.BaseStandardAnimation
- getBaseTwoSizeAnimation() phoenix5._ctre.led.BaseTwoSizeAnimation
- getLedOffset() int
- getNumLed() int
- getSpeed() float
- setLedOffset(ledOffset: SupportsInt | SupportsIndex) None
- setNumLed(numLed: SupportsInt | SupportsIndex) None
- setSpeed(speed: SupportsFloat | SupportsIndex) None