pylabrobot.plate_reading.clario_star.CLARIOStar

Contents

pylabrobot.plate_reading.clario_star.CLARIOStar#

class pylabrobot.plate_reading.clario_star.CLARIOStar#

Bases: PlateReaderBackend

A 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__()

close()

Close the plate reader.

deserialize(data)

Deserialize the backend.

get_stat()

initialize()

open()

Open the plate reader.

read_absorbance(wavelength, report)

Read absorbance values from the device.

read_command_status()

read_luminescence([focal_height])

Read luminescence values from the plate reader.

read_resp([timeout])

Read a response from the plate reader.

request_eeprom_data()

send(cmd[, read_timeout])

Send a command to the plate reader and return the response.

serialize()

Serialize the backend so that an equivalent backend can be created by passing the dict as kwargs to the initializer.

setup()

Set up the plate reader.

stop()

Close all connections to the plate reader and make sure setup() can be called again.