|
VEX V5 Python API
|
Use the device class to get information about a vex device plugged into the V5. More...
Inherited by vex.Brain, vex.Controller, vex.Distance, vex.Inertial, vex.Motor, vex.Motor29, vex.MotorVictor, vex.Optical, vex.Rotation, vex.Triport, and vex.Vision.
Public Member Functions | |
| def | __init__ (self, index=None) |
| def | type (self) |
| Get the device type. More... | |
| def | installed (self) |
| Gets the status of what is installed. More... | |
| def | value (self) |
Use the device class to get information about a vex device plugged into the V5.
| def vex.Device.__init__ | ( | self, | |
index = None |
|||
| ) |
Reimplemented in vex.Controller, vex.Optical, vex.Distance, and vex.Inertial.
| def vex.Device.type | ( | self | ) |
Get the device type.
| def vex.Device.installed | ( | self | ) |
Gets the status of what is installed.
| def vex.Device.value | ( | self | ) |
1.8.15