pylabrobot.heating_shaking.heater_shaker.HeaterShaker.wait_for_temperature

pylabrobot.heating_shaking.heater_shaker.HeaterShaker.wait_for_temperature#

async HeaterShaker.wait_for_temperature(timeout: float = 300.0, tolerance: float = 0.5)#

Wait for the temperature to reach the target temperature. The target temperature must be set by set_temperature().

Parameters:
  • timeout (float) – Timeout in seconds.

  • tolerance (float) – Tolerance in Celsius.