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

A unit of time. More...

Inherits vex.Enum.

Static Public Attributes

int SEC = 0
 A unit type that represents a value of time in seconds. More...
 
int MSEC = 1
 A unit type that represents a value of time in milliseconds. More...
 

Detailed Description

A unit of time.

Member Data Documentation

◆ SEC

int vex.TimeUnits.SEC = 0
static

A unit type that represents a value of time in seconds.

◆ MSEC

int vex.TimeUnits.MSEC = 1
static

A unit type that represents a value of time in milliseconds.