pylabrobot.plate_reading.bmg_labtech.clario_star_backend.CLARIOstarBackend.read_absorbance#
- async CLARIOstarBackend.read_absorbance(plate: Plate, wells: List[Well], wavelength: int, report: Literal['OD', 'transmittance'] = 'OD') List[Dict]#
Read absorbance values from the device.
- Parameters:
- Returns:
A list containing a single dictionary, where the key is (wavelength, 0) and the value is another dictionary containing the data, temperature, and time.
- Return type: