|
VEX V5 Python API
|
Inherits vex.Device.
Public Member Functions | |
| def | __init__ (self, index, brain=None) |
| Use this class to get and set information about devices on triports. More... | |
| def | type (self) |
| Get the device type. More... | |
| def | installed (self) |
| Gets the status of what is installed. More... | |
| def | value (self) |
Public Attributes | |
| a | |
| Port A on the triport @type vex.TriportPort. More... | |
| b | |
| Port B on the triport @type vex.TriportPort. More... | |
| c | |
| Port C on the triport @type vex.TriportPort. More... | |
| d | |
| Port D on the triport @type vex.TriportPort. More... | |
| e | |
| Port E on the triport @type vex.TriportPort. More... | |
| f | |
| Port F on the triport @type vex.TriportPort. More... | |
| g | |
| Port G on the triport @type vex.TriportPort. More... | |
| h | |
| Port H on the triport @type vex.TriportPort. More... | |
| port | |
| List of all ports on the triport @type vex.TriportPort[]. More... | |
| def vex.Triport.__init__ | ( | self, | |
| index, | |||
brain = None |
|||
| ) |
Use this class to get and set information about devices on triports.
|
inherited |
Get the device type.
|
inherited |
Gets the status of what is installed.
|
inherited |
| vex.Triport.a |
Port A on the triport @type vex.TriportPort.
| vex.Triport.b |
Port B on the triport @type vex.TriportPort.
| vex.Triport.c |
Port C on the triport @type vex.TriportPort.
| vex.Triport.d |
Port D on the triport @type vex.TriportPort.
| vex.Triport.e |
Port E on the triport @type vex.TriportPort.
| vex.Triport.f |
Port F on the triport @type vex.TriportPort.
| vex.Triport.g |
Port G on the triport @type vex.TriportPort.
| vex.Triport.h |
Port H on the triport @type vex.TriportPort.
| vex.Triport.port |
List of all ports on the triport @type vex.TriportPort[].
1.8.15