vex.motor.brake_type module

Motor Brake Types.

class vex.motor.brake_type.BrakeType(value)[source]

Bases: IntEnum

Motor Brake Types.

ROBOT MESH PYTHON B:

The defined units for brake values.

robotmesh.com/studio/content/docs/vexiq-python_b/html/classvex_1_1_brake_type.html

BRAKE: int = 1
COAST: int = 0
HOLD: int = 2