pylabrobot.plate_reading.plate_reader.PlateReader.read_luminescence#

async PlateReader.read_luminescence(focal_height: float, wells: List[Well] | None = None, **backend_kwargs) List[List[float | None]]#

Read the luminescence from the plate.

Parameters:
  • focal_height (float) – The focal height to read the luminescence at, in micrometers.

  • wells (List[Well] | None)

Return type:

List[List[float | None]]