vex.time package

Time.

class vex.time.TimeUnits(value)[source]

Bases: IntEnum

Time Units.

ROBOT MESH PYTHON B:

The measurement units for time values.

robotmesh.com/studio/content/docs/vexiq-python_b/html/classvex_1_1_time_units.html

MSEC: int = 1
SEC: int = 0
vex.time.wait(time: float, timeUnits: TimeUnits = TimeUnits.SEC)[source]

Wait.

ROBOT MESH PYTHON B:

Wait for a specific amount of time.

Identical to sys.sleep().

Parameters time: The length of time to wait timeUnits: The units of time (default seconds)

robotmesh.com/studio/content/docs/vexiq-python_b/html/namespacevex.html#a6b9ca2db773bef3a3569a0d6b22f2749