pylabrobot.high_res.sample_storage.EnvironmentControl#
- class pylabrobot.high_res.sample_storage.EnvironmentControl(driver: HighResSampleStorage)#
Bases:
objectTemperature, humidity, and gas control for a HighRes sample store.
Concentrations and relative humidity use fractions in the public API. The device protocol uses percentages, so
0.05CO2 is sent as5.Attributes
The environmental channels from the most recent read.
Methods
__init__(driver)refresh()Read and cache all environmental channels reported by the device.
Return
TANK*sensor readings in the device-reported pressure unit.set_co2(co2)set_humidity(humidity)set_o2(o2)set_temperature(temperature)- Parameters:
driver (HighResSampleStorage)