VEX IQ Python API
Static Public Attributes | List of all members
vex.BrakeType Class Reference

The defined units for brake values. More...

Inheritance diagram for vex.BrakeType:
vex.Enum

Static Public Attributes

int COAST = 0
 A brake unit that is defined as coast. More...
 
int BRAKE = 1
 A brake unit that is defined as brake. More...
 
int HOLD = 2
 A brake unit that is defined as hold. More...
 

Detailed Description

The defined units for brake values.

Member Data Documentation

◆ COAST

int vex.BrakeType.COAST = 0
static

A brake unit that is defined as coast.

◆ BRAKE

int vex.BrakeType.BRAKE = 1
static

A brake unit that is defined as brake.

*/

◆ HOLD

int vex.BrakeType.HOLD = 2
static

A brake unit that is defined as hold.

*/