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:
Return type:

List[Dict]