BaseStandardAnimation
- class phoenix5.led.BaseStandardAnimation(idx: SupportsInt | SupportsIndex, brightness: SupportsFloat | SupportsIndex, speed: SupportsFloat | SupportsIndex, numLed: SupportsInt | SupportsIndex, param4: SupportsFloat | SupportsIndex, param5: SupportsFloat | SupportsIndex, reverseDirection: bool, ledOffset: SupportsInt | SupportsIndex)
Bases:
Animation- getBaseStandardAnimation() phoenix5._ctre.led.BaseStandardAnimation
- getBaseTwoSizeAnimation() phoenix5._ctre.led.BaseTwoSizeAnimation
- getBrightness() float
- getParam4() float
- getParam5() float
- getReverseDirection() bool
- setBrightness(brightness: SupportsFloat | SupportsIndex) None
- setParam4(param4: SupportsFloat | SupportsIndex) None
- setParam5(param5: SupportsFloat | SupportsIndex) None
- setReverseDirection(reverseDirection: bool) None