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

A unit of velocity. More...

Inherits vex.Enum.

Static Public Attributes

 PCT = PercentUnits.PCT
 A unit type that represents a value of velocity as a percentage from 0% to 100%. More...
 
int RPM = 1
 A unit type that represents a value of velocity as rotations per minute. More...
 
int DPS = 2
 A unit type that represents a value of velocity as degrees per second. More...
 

Detailed Description

A unit of velocity.

Member Data Documentation

◆ PCT

vex.VelocityUnits.PCT = PercentUnits.PCT
static

A unit type that represents a value of velocity as a percentage from 0% to 100%.

◆ RPM

int vex.VelocityUnits.RPM = 1
static

A unit type that represents a value of velocity as rotations per minute.

◆ DPS

int vex.VelocityUnits.DPS = 2
static

A unit type that represents a value of velocity as degrees per second.