pylabrobot.plate_reading.chatterbox.PlateReaderChatterboxBackend.read_luminescence

pylabrobot.plate_reading.chatterbox.PlateReaderChatterboxBackend.read_luminescence#

async PlateReaderChatterboxBackend.read_luminescence(focal_height: float) List[List[float]]#

Read the luminescence from the plate reader. This should return a list of lists, where the outer list is the columns of the plate and the inner list is the rows of the plate.

Parameters:

focal_height (float)

Return type:

List[List[float]]