|
VEX V5 Python API
|
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 | |
| direction(self) | motor_group.MotorGroup | |
| efficiency(self, percentUnits=PercentUnits.PCT) | motor_group.MotorGroup | |
| is_done(self) | motor_group.MotorGroup | |
| is_spinning(self) | motor_group.MotorGroup | |
| power(self, powerUnits=PowerUnits.WATT) | 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 | |
| spin_to_position(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True) | motor_group.MotorGroup | |
| spin_with_voltage(self, dir, voltage, voltageUnits=VoltageUnits.VOLT) | 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 | |
| start_spin_to_position(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT) | motor_group.MotorGroup | |
| stop(self, brakeType=None) | motor_group.MotorGroup | |
| temperature(self, temperatureUnits=TemperatureUnits.CELSIUS) | motor_group.MotorGroup | |
| torque(self, torqueUnits=TorqueUnits.NM) | motor_group.MotorGroup | |
| velocity(self, velocityUnits=VelocityUnits.PCT) | motor_group.MotorGroup |
1.8.15