pylabrobot.molecular_devices.spectramax.MolecularDevicesSettings#

class pylabrobot.molecular_devices.spectramax.MolecularDevicesSettings(plate: ~pylabrobot.resources.plate.Plate, read_mode: ~typing.Literal['absorbance', 'fluorescence', 'luminescence', 'polarization', 'time_resolved'], read_type: ~typing.Literal['endpoint', 'kinetic', 'spectrum', 'well_scan'], read_order: ~typing.Literal['column', 'wavelength'], calibrate: ~typing.Literal['on', 'once', 'off'], shake_settings: ~pylabrobot.molecular_devices.spectramax.base.ShakeSettings | None, carriage_speed: ~typing.Literal['normal', 'slow'], speed_read: bool, kinetic_settings: ~pylabrobot.molecular_devices.spectramax.base.KineticSettings | None, spectrum_settings: ~pylabrobot.molecular_devices.spectramax.base.SpectrumSettings | None, wavelengths: ~typing.List[int | ~typing.Tuple[int, bool]] = <factory>, excitation_wavelengths: ~typing.List[int] = <factory>, emission_wavelengths: ~typing.List[int] = <factory>, cutoff_filters: ~typing.List[int] = <factory>, path_check: bool = False, read_from_bottom: bool = False, pmt_gain: ~typing.Literal['auto', 'high', 'medium', 'low'] | int = 'auto', flashes_per_well: int = 1, cuvette: bool = False, settling_time: int = 0)#

Bases: object

A comprehensive, internal container for all plate reader settings.

Attributes

Methods

__init__(plate, read_mode, , , , ], ...)

Parameters: