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

The defined units for distance sensor object size. More...

Inherits vex.Enum.

Static Public Attributes

int NONE = 0
 
int SMALL = 1
 
int MEDIUM = 2
 
int LARGE = 3
 

Detailed Description

The defined units for distance sensor object size.

Member Data Documentation

◆ NONE

int vex.SizeType.NONE = 0
static

◆ SMALL

int vex.SizeType.SMALL = 1
static

◆ MEDIUM

int vex.SizeType.MEDIUM = 2
static

◆ LARGE

int vex.SizeType.LARGE = 3
static