VEX IQ Python API
|
This is the complete list of members for vexiq.Motor, including all inherited members.
__init__(self, port=None, switch_polarity=False) | vexiq.Motor | |
brake(self) | vexiq.Motor | |
current(self) | vexiq.Motor | |
hold(self) | vexiq.Motor | |
off(self) | vexiq.Motor | |
position(self) | vexiq.Motor | |
position_ticks(self) | vexiq.Motor | |
reached_target(self) | vexiq.Motor | |
reached_target_or_stalled(self) | vexiq.Motor | |
reset_position(self) | vexiq.Motor | |
run(self, power, distance=None, hold=False) | vexiq.Motor | |
run_raw(self, power_raw, distance_ticks=None, hold=False) | vexiq.Motor | |
run_raw_until(self, power, distance_ticks, hold=False) | vexiq.Motor | |
run_time(self, power, time, hold=False) | vexiq.Motor | |
run_to_position(self, power, position, hold=False) | vexiq.Motor | |
run_until(self, power, distance, hold=False) | vexiq.Motor | |
run_until_position(self, power, position, hold=False) | vexiq.Motor | |
run_until_time(self, power, time, hold=False) | vexiq.Motor | |
set_max_current(self, current) | vexiq.Motor | |
stall_timeout | vexiq.Motor | |
stalled(self) | vexiq.Motor | |
velocity(self) | vexiq.Motor |