VEX IQ Python API
Public Member Functions | Public Attributes | List of all members
vex.Controller Class Reference

Use the controller class to get values from the remote controller as well as write to the controller's screen. More...

Public Member Functions

def __init__ (self)
 
def set_deadband (self, deadband)
 set the value of the controller axis deadband (minimum absolute threshold at which position is reported as non-zero) move to c-variable for deadband More...
 

Public Attributes

 buttonEUp
 
 buttonEDown
 
 buttonFUp
 
 buttonFDown
 
 buttonLUp
 
 buttonLDown
 
 buttonRUp
 
 buttonRDown
 
 axisA
 
 axisB
 
 axisC
 
 axisD
 

Detailed Description

Use the controller class to get values from the remote controller as well as write to the controller's screen.

Constructor & Destructor Documentation

◆ __init__()

def vex.Controller.__init__ (   self)

Member Function Documentation

◆ set_deadband()

def vex.Controller.set_deadband (   self,
  deadband 
)

set the value of the controller axis deadband (minimum absolute threshold at which position is reported as non-zero) move to c-variable for deadband

Member Data Documentation

◆ buttonEUp

vex.Controller.buttonEUp

◆ buttonEDown

vex.Controller.buttonEDown

◆ buttonFUp

vex.Controller.buttonFUp

◆ buttonFDown

vex.Controller.buttonFDown

◆ buttonLUp

vex.Controller.buttonLUp

◆ buttonLDown

vex.Controller.buttonLDown

◆ buttonRUp

vex.Controller.buttonRUp

◆ buttonRDown

vex.Controller.buttonRDown

◆ axisA

vex.Controller.axisA

◆ axisB

vex.Controller.axisB

◆ axisC

vex.Controller.axisC

◆ axisD

vex.Controller.axisD