pylabrobot.plate_reading.molecular_devices.spectramax_gemini_em_backend.MolecularDevicesSpectraMaxGeminiEMBackend#
- class pylabrobot.plate_reading.molecular_devices.spectramax_gemini_em_backend.MolecularDevicesSpectraMaxGeminiEMBackend(port: str)#
Bases:
MolecularDevicesBackendBackend for Molecular Devices SpectraMax Gemini EM plate readers.
Attributes
Methods
__init__(port)close([plate])Close the plate reader.
deserialize(data)Run a Gemini EM fluorescence wellscan using the SoftMax Pro scan pattern model.
open()Open the plate reader.
read_absorbance(plate, wells, wavelength, ...)Read the absorbance from the plate reader.
read_fluorescence(plate[, wells, ...])use _get_cutoff_filter_index_from_wavelength for cutoff_filters
read_fluorescence_polarization(plate, ...)read_luminescence(plate[, wells, ...])Read the luminescence from the plate reader.
read_time_resolved_fluorescence(*args, **kwargs)send_command(command[, timeout, num_res_fields])Send a command and receive the response, automatically determining the number of response fields.
set_temperature(temperature)setup()Set up the plate reader.
stop()Close all connections to the plate reader and make sure setup() can be called again.
- Parameters:
port (str)