pylabrobot.heating_shaking.heater_shaker.HeaterShaker.set_temperature#
- async HeaterShaker.set_temperature(temperature: float, passive: bool = False)#
- Set the temperature of the temperature controller. - Parameters:
- temperature (float) – Temperature in Celsius. 
- passive (bool) – If - Trueand cooling is required, allow the device to cool down naturally without calling- set_temperatureon the backend. This can be used for backends that do not support active cooling or to explicitly disable active cooling when it is available.
 
 
