|
VEX V5 Python API
|
This is the complete list of members for vex.Motor, including all inherited members.
| __init__(self, index, gearSetting=GearSetting.RATIO18_1, reverse=False) | vex.Motor | |
| vex::Device.__init__(self, index=None) | vex.Device | |
| current(self, currentUnits=CurrentUnits.AMP) | vex.Motor | |
| did_timeout(self) | vex.Motor | |
| direction(self) | vex.Motor | |
| efficiency(self, percentUnits=PercentUnits.PCT) | vex.Motor | |
| installed(self) | vex.Device | |
| is_done(self) | vex.Motor | |
| is_spinning(self) | vex.Motor | |
| power(self, powerUnits=PowerUnits.WATT) | 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, currentUnits=CurrentUnits.AMP) | vex.Motor | |
| set_max_torque_percent(self, value, percentUnits=PercentUnits.PCT) | vex.Motor | |
| set_reversed(self, isReversed) | 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, direction, velocity=None, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| spin_for(self, direction, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True) | vex.Motor | |
| spin_for_time(self, direction, 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 | |
| spin_to_position(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT, waitForCompletion=True) | vex.Motor | |
| spin_with_voltage(self, direction, voltage, voltageUnits=VoltageUnits.VOLT) | vex.Motor | |
| start_spin_for(self, direction, 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 | |
| start_spin_to_position(self, rotation, rotationUnits=RotationUnits.DEG, velocity=None, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| stop(self, brakeType=None) | vex.Motor | |
| temperature(self, temperatureUnits=TemperatureUnits.CELSIUS) | vex.Motor | |
| timeout(self, timeUnits=TimeUnits.SEC) | vex.Motor | |
| torque(self, torqueUnits=TorqueUnits.NM) | vex.Motor | |
| type(self) | vex.Device | |
| value(self) | vex.Device | |
| velocity(self, velocityUnits=VelocityUnits.PCT) | vex.Motor | |
| voltage(self, voltageUnits=VoltageUnits.VOLT) | vex.Motor |
1.8.15