|
VEX V5 Python API
|
Inherits vex.TriDevice.
Public Member Functions | |
| def | __init__ (self, triport_port) |
| Use this class when programming with the limit switch. More... | |
| def | value (self) |
| Gets the value of the limit switch. More... | |
| def | pressing (self) |
| Gets the state of the limit device. More... | |
| def vex.Limit.__init__ | ( | self, | |
| triport_port | |||
| ) |
Use this class when programming with the limit switch.
| def vex.Limit.value | ( | self | ) |
Gets the value of the limit switch.
| def vex.Limit.pressing | ( | self | ) |
Gets the state of the limit device.
1.8.15