VEX IQ Python API
motor_group.MotorGroup Member List

This is the complete list of members for motor_group.MotorGroup, including all inherited members.

__init__(self, motors)motor_group.MotorGroup
count(self)motor_group.MotorGroup
current(self)motor_group.MotorGroup
did_timeout(self)motor_group.MotorGroup
is_done(self)motor_group.MotorGroup
is_spinning(self)motor_group.MotorGroup
reset_rotation(self)motor_group.MotorGroup
rotation(self, rotationUnits=RotationUnits.DEG)motor_group.MotorGroup
set_max_torque(self, value, torqueUnits=TorqueUnits.NM)motor_group.MotorGroup
set_max_torque_current(self, value)motor_group.MotorGroup
set_max_torque_percent(self, value)motor_group.MotorGroup
set_rotation(self, value, rotationUnits=RotationUnits.DEG)motor_group.MotorGroup
set_stopping(self, brakeType)motor_group.MotorGroup
set_timeout(self, time, timeUnits=TimeUnits.SEC)motor_group.MotorGroup
set_velocity(self, velocity, velocityUnits=VelocityUnits.PCT)motor_group.MotorGroup
spin(self, dir, velocity=None, velocityUnits=VelocityUnits.PCT)motor_group.MotorGroup
spin_for(self, dir, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True)motor_group.MotorGroup
spin_for_time(self, dir, time, timeUnits=TimeUnits.SEC, velocity=None, velocityUnits=VelocityUnits.PCT)motor_group.MotorGroup
spin_to(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True)motor_group.MotorGroup
start_spin_for(self, dir, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT)motor_group.MotorGroup
start_spin_to(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT)motor_group.MotorGroup
stop(self, brakeType=None)motor_group.MotorGroup
timeout(self, timeUnits=TimeUnits.SEC)motor_group.MotorGroup
velocity(self, velocityUnits=VelocityUnits.PCT)motor_group.MotorGroup