pylabrobot.plate_reading.biotek_backend.Cytation5Backend.read_fluorescence#
- async Cytation5Backend.read_fluorescence(plate: Plate, wells: List[Well], excitation_wavelength: int, emission_wavelength: int, focal_height: float) List[Dict]#
Read the fluorescence from the plate reader.
- Returns:
A list of dictionaries, one for each measurement. Each dictionary contains – “ex_wavelength”: int, “em_wavelength”: int, “time”: float, “temperature”: float, “data”: List[List[float]]
- Parameters:
- Return type: