pylabrobot.brooks.precise_flex.PreciseFlex.set_power#

async PreciseFlex.set_power(enable: bool, timeout: int = 0) None#

Enable or disable robot high power.

Parameters:
  • enable (bool) – True to enable power, False to disable

  • timeout (int) – Wait timeout for power to come on. 0 or omitted = do not wait for power to come on > 0 = wait this many seconds for power to come on -1 = wait indefinitely for power to come on

Raises:

PreciseFlexError – If power does not come on within the specified timeout.

Return type:

None