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

A unit of analog units. More...

Inherits vex.Enum.

Static Public Attributes

 PCT = PercentUnits.PCT
 A unit type that represents a value of analog units as a percentage from 0% to 100%. More...
 
int RANGE_8BIT = 1
 A unit type that represents a value of analog units on an 8 bit range. More...
 
int RANGE_10BIT = 2
 A unit type that represents a value of analog units on a 10 bit range. More...
 
int RANGE_12BIT = 3
 A unit type that represents a value of analog units on a 12 bit range. More...
 
int MV = 4
 A unit type that represents a value of analog units as millivolts. More...
 

Detailed Description

A unit of analog units.

Member Data Documentation

◆ PCT

vex.AnalogUnits.PCT = PercentUnits.PCT
static

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

◆ RANGE_8BIT

int vex.AnalogUnits.RANGE_8BIT = 1
static

A unit type that represents a value of analog units on an 8 bit range.

◆ RANGE_10BIT

int vex.AnalogUnits.RANGE_10BIT = 2
static

A unit type that represents a value of analog units on a 10 bit range.

◆ RANGE_12BIT

int vex.AnalogUnits.RANGE_12BIT = 3
static

A unit type that represents a value of analog units on a 12 bit range.

◆ MV

int vex.AnalogUnits.MV = 4
static

A unit type that represents a value of analog units as millivolts.