|
VEX V5 Python API
|
Public Member Functions | |
| def | __init__ (self) |
| def | time (self, timeUnits=TimeUnits.SEC) |
| Gets the current value of the timer in mS. More... | |
| def | clear (self) |
| Sets the current value of the timer to 0. More... | |
Static Public Member Functions | |
| def | system () |
| Gets the current value of the system timer in mS. More... | |
| def vex.Timer.__init__ | ( | self | ) |
| def vex.Timer.time | ( | self, | |
timeUnits = TimeUnits.SEC |
|||
| ) |
Gets the current value of the timer in mS.
| def vex.Timer.clear | ( | self | ) |
Sets the current value of the timer to 0.
|
static |
Gets the current value of the system timer in mS.
1.8.15