|
VEX V5 Python API
|
Inherits vex.TriDevice.
Public Member Functions | |
| def | __init__ (self, triport_port) |
| Use this class when programming with a line follower. More... | |
| def | value (self, analogUnits=AnalogUnits.PCT) |
| Gets the value of the line follower. More... | |
| def vex.Line.__init__ | ( | self, | |
| triport_port | |||
| ) |
Use this class when programming with a line follower.
| def vex.Line.value | ( | self, | |
analogUnits = AnalogUnits.PCT |
|||
| ) |
Gets the value of the line follower.
| analogUnits | The unit type of the value that is returned. |
1.8.15