pylabrobot.molecular_devices.spectramax.SpectraMaxM5.read_fluorescence_polarization#

async SpectraMaxM5.read_fluorescence_polarization(plate: Plate, excitation_wavelengths: List[int], emission_wavelengths: List[int], cutoff_filters: List[int], read_type: Literal['endpoint', 'kinetic', 'spectrum', 'well_scan'] = 'endpoint', read_order: Literal['column', 'wavelength'] = 'column', calibrate: Literal['on', 'once', 'off'] = 'once', shake_settings: ShakeSettings | None = None, carriage_speed: Literal['normal', 'slow'] = 'normal', read_from_bottom: bool = False, pmt_gain: Literal['auto', 'high', 'medium', 'low'] | int = 'auto', flashes_per_well: int = 10, kinetic_settings: KineticSettings | None = None, spectrum_settings: SpectrumSettings | None = None, cuvette: bool = False, settling_time: int = 0, timeout: int = 600) List[Dict]#

Read fluorescence polarization.

Parameters:
Return type:

List[Dict]