pylabrobot.plate_reading.molecular_devices.spectramax_gemini_em_backend.MolecularDevicesSpectraMaxGeminiEMBackend.read_absorbance#

async MolecularDevicesSpectraMaxGeminiEMBackend.read_absorbance(plate: Plate, wells: List[Well], wavelength: int, **backend_kwargs) 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]