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

A unit of direction. More...

Inherits vex.Enum.

Static Public Attributes

int FWD = 0
 A unit type that represents a value of direction for rotating or spinning forward. More...
 
int REV = 1
 A unit type that represents a value of direction for rotating or spinning backward. More...
 
int UNDEFINED = 2
 Undefined unit type. More...
 

Detailed Description

A unit of direction.

Member Data Documentation

◆ FWD

int vex.DirectionType.FWD = 0
static

A unit type that represents a value of direction for rotating or spinning forward.

◆ REV

int vex.DirectionType.REV = 1
static

A unit type that represents a value of direction for rotating or spinning backward.

◆ UNDEFINED

int vex.DirectionType.UNDEFINED = 2
static

Undefined unit type.