pylabrobot.agilent.biotek.cytation.CytationImagingConfig#

class pylabrobot.agilent.biotek.cytation.CytationImagingConfig(camera_serial_number: str | None = None, filters: List[ImagingMode | None] | None = None, objectives: List[Objective | None] | None = None, max_image_read_attempts: int = 50, image_read_delay: float = 0.3)#

Bases: object

Imaging configuration for the Cytation.

Attributes

Methods

__init__([camera_serial_number, filters, ...])

Parameters:
  • camera_serial_number (str | None)

  • filters (List[ImagingMode | None] | None)

  • objectives (List[Objective | None] | None)

  • max_image_read_attempts (int)

  • image_read_delay (float)