VEX IQ Python API
|
Digital output. More...
Public Member Functions | |
def | __init__ (self, port) |
def | on (self) |
Turn the output on. More... | |
def | off (self) |
Turn the output off. More... | |
def | is_on (self, value=None) |
Get or set the output state: on (True) or off (False). More... | |
Digital output.
def vexiq.Output.__init__ | ( | self, | |
port | |||
) |
def vexiq.Output.on | ( | self | ) |
Turn the output on.
def vexiq.Output.off | ( | self | ) |
Turn the output off.
def vexiq.Output.is_on | ( | self, | |
value = None |
|||
) |
Get or set the output state: on (True) or off (False).