pylabrobot.plate_reading.bmg_labtech.clario_star_backend.CLARIOstarBackend#
- class pylabrobot.plate_reading.bmg_labtech.clario_star_backend.CLARIOstarBackend(device_id: str | None = None)#
Bases:
PlateReaderBackendA plate reader backend for the Clario star. Note that this is not a complete implementation and many commands and parameters are not implemented yet.
Methods
__init__([device_id])close([plate])Close the plate reader.
deserialize(data)get_stat()open()Open the plate reader.
read_absorbance(plate, wells, wavelength[, ...])Read absorbance values from the device.
read_fluorescence(plate, wells, ...)Read the fluorescence from the plate reader.
read_luminescence(plate, wells[, focal_height])Read luminescence values from the plate reader.
read_resp([timeout])Read a response from the plate reader.
send(cmd[, read_timeout])Send a command to the plate reader and return the response.
setup()Set up the plate reader.
stop()Close all connections to the plate reader and make sure setup() can be called again.
- Parameters:
device_id (str | None)