pylabrobot.plate_reading.biotek_backend.Cytation5Backend.read_absorbance#

async Cytation5Backend.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:
Return type:

List[Dict]