Searched refs:power_method (Results 1 – 1 of 1) sorted by relevance
2296 def _set_power(self, state, power_method): argument2311 if power_method == self.POWER_CONTROL_SERVO:2315 elif power_method == self.POWER_CONTROL_MANUAL:2328 def power_off(self, power_method=POWER_CONTROL_RPM): argument2336 self._set_power('OFF', power_method)2339 def power_on(self, power_method=POWER_CONTROL_RPM): argument2347 self._set_power('ON', power_method)2350 def power_cycle(self, power_method=POWER_CONTROL_RPM): argument2358 if power_method in (self.POWER_CONTROL_SERVO,2360 self.power_off(power_method=power_method)[all …]