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

A unit of rotation. More...

Inherits vex.Enum.

Static Public Attributes

int DEG = 0
 A unit type that represents a value of rotation in degrees. More...
 
int REV = 1
 A unit type that represents a value of rotation in revolutions. More...
 
int RAW = 99
 A unit type that represents a value of rotation in raw data form. More...
 

Detailed Description

A unit of rotation.

Member Data Documentation

◆ DEG

int vex.RotationUnits.DEG = 0
static

A unit type that represents a value of rotation in degrees.

◆ REV

int vex.RotationUnits.REV = 1
static

A unit type that represents a value of rotation in revolutions.

◆ RAW

int vex.RotationUnits.RAW = 99
static

A unit type that represents a value of rotation in raw data form.