VEX V5 Python API
Static Public Attributes | List of all members
vex.GearSetting Class Reference

A unit of gear settings. More...

Inherits vex.Enum.

Static Public Attributes

int RATIO36_1 = 0
 A unit type that represents a type of gear setting for the stock gears (red). More...
 
int RATIO18_1 = 1
 A unit type that represents a type of gear setting for upgraded gears (green). More...
 
int RATIO6_1 = 2
 A unit type that represents a type of gear setting for upgraded gears (blue). More...
 

Detailed Description

A unit of gear settings.

Member Data Documentation

◆ RATIO36_1

int vex.GearSetting.RATIO36_1 = 0
static

A unit type that represents a type of gear setting for the stock gears (red).

The red gears have a max rpm of 100.

◆ RATIO18_1

int vex.GearSetting.RATIO18_1 = 1
static

A unit type that represents a type of gear setting for upgraded gears (green).

The green gears have a max rpm of 200.

◆ RATIO6_1

int vex.GearSetting.RATIO6_1 = 2
static

A unit type that represents a type of gear setting for upgraded gears (blue).

The blue gears have a max rpm of 600.