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

A unit of torque. More...

Inherits vex.Enum.

Static Public Attributes

int NM = 0
 A unit type that represents a value of torque in Newton meters. More...
 
int IN_LB = 1
 A unit type that represents a value of torque in Inch pounds. More...
 

Detailed Description

A unit of torque.

Member Data Documentation

◆ NM

int vex.TorqueUnits.NM = 0
static

A unit type that represents a value of torque in Newton meters.

◆ IN_LB

int vex.TorqueUnits.IN_LB = 1
static

A unit type that represents a value of torque in Inch pounds.