|
VEX IQ Python API
|
This is the complete list of members for vex.Motor, including all inherited members.
| __init__(self, index, reverse=False) | vex.Motor | |
| vex::Device.__init__(self) | vex.Device | |
| current(self) | vex.Motor | |
| did_timeout(self) | vex.Motor | |
| is_done(self) | vex.Motor | |
| is_spinning(self) | vex.Motor | |
| reset_rotation(self) | vex.Motor | |
| rotation(self, rotationUnits=RotationUnits.DEG) | vex.Motor | |
| set_max_torque(self, value, torqueUnits=TorqueUnits.NM) | vex.Motor | |
| set_max_torque_current(self, value) | vex.Motor | |
| set_max_torque_percent(self, value) | vex.Motor | |
| set_reversed(self, is_reversed) | vex.Motor | |
| set_rotation(self, value, rotationUnits=RotationUnits.DEG) | vex.Motor | |
| set_stopping(self, brakeType) | vex.Motor | |
| set_timeout(self, time, timeUnits=TimeUnits.SEC) | vex.Motor | |
| set_velocity(self, velocity, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| spin(self, dir, velocity=None, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| spin_for(self, dir, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True) | vex.Motor | |
| spin_for_time(self, dir, time, timeUnits=TimeUnits.SEC, velocity=None, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| spin_to(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True) | vex.Motor | |
| start_spin_for(self, dir, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| start_spin_to(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| stop(self, brakeType=None) | vex.Motor | |
| timeout(self, timeUnits=TimeUnits.SEC) | vex.Motor | |
| velocity(self, velocityUnits=VelocityUnits.PCT) | vex.Motor |
1.8.15