pylabrobot.plate_reading.chatterbox.PlateReaderChatterboxBackend.read_absorbance# async PlateReaderChatterboxBackend.read_absorbance(plate: Plate, wells: List[Well], wavelength: int) → List[Dict]# Read the absorbance from the plate reader. Returns: A list of dictionaries, one for each measurement. Each dictionary contains – “wavelength”: int, “time”: float, “temperature”: float, “data”: List[List[float]] Parameters: plate (Plate) wells (List[Well]) wavelength (int) Return type: List[Dict]