|
VEX V5 Python API
|
Inherits vex.TriDevice.
Inherited by vex.Led, and vex.Pneumatics.
Public Member Functions | |
| def | __init__ (self, triport_port) |
| Use this class when programming with a digital out device. More... | |
| def | value (self) |
| Gets the value of the digital out device. More... | |
| def | set (self, is_set) |
| Sets the digital out device to a Boolean value. More... | |
| def | is_set (self) |
| def vex.DigitalOut.__init__ | ( | self, | |
| triport_port | |||
| ) |
Use this class when programming with a digital out device.
Reimplemented in vex.Pneumatics, and vex.Led.
| def vex.DigitalOut.value | ( | self | ) |
Gets the value of the digital out device.
| def vex.DigitalOut.set | ( | self, | |
| is_set | |||
| ) |
Sets the digital out device to a Boolean value.
| is_set | A true or false Boolean value. |
| def vex.DigitalOut.is_set | ( | self | ) |
1.8.15