| VEX V5 Python API
    | 
Use the device class to get information about all of the vex devices plugged into the V5. More...
| Public Member Functions | |
| def | __init__ (self) | 
| def | get (self, index) | 
| def | type (self, index) | 
| Get the V5 device type plugged into a specific port.  More... | |
| def | number (self) | 
| Gets the number of VEX devices that are plugged in.  More... | |
| def | number_of (self, type) | 
Use the device class to get information about all of the vex devices plugged into the V5.
| def vex.Devices.__init__ | ( | self | ) | 
| def vex.Devices.get | ( | self, | |
| index | |||
| ) | 
| def vex.Devices.type | ( | self, | |
| index | |||
| ) | 
Get the V5 device type plugged into a specific port.
| index | Specifies the index to look at for the device. | 
| def vex.Devices.number | ( | self | ) | 
Gets the number of VEX devices that are plugged in.
| def vex.Devices.number_of | ( | self, | |
| type | |||
| ) | 
 1.8.15
 1.8.15