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