pylabrobot.molecular_devices.spectramax.SpectrumSettings#

class pylabrobot.molecular_devices.spectramax.SpectrumSettings(start_wavelength: int, step: int, num_steps: int, excitation_emission_type: Literal['EXSPECTRUM', 'EMSPECTRUM'] | None = None)#

Bases: object

Settings for spectrum reads.

Attributes

Methods

__init__(start_wavelength, step, num_steps)

Parameters:
  • start_wavelength (int)

  • step (int)

  • num_steps (int)

  • excitation_emission_type (Literal['EXSPECTRUM', 'EMSPECTRUM'] | None)