pylabrobot.plate_reading.plate_reader.PlateReader.read_absorbance#
- async PlateReader.read_absorbance(wavelength: int, wells: List[Well] | None = None, use_new_return_type: bool = False, **backend_kwargs) List[Dict]#
Read the absorbance from the plate reader.
- Parameters:
- Returns:
A list of dictionaries, one for each measurement. Each dictionary contains – “wavelength”: int, “time”: float, “temperature”: float, “data”: List[List[float]]
- Return type: