pylabrobot.molecular_devices.spectramax.ShakeSettings# class pylabrobot.molecular_devices.spectramax.ShakeSettings(before_read: bool = False, before_read_duration: int = 0, between_reads: bool = False, between_reads_duration: int = 0)# Bases: object Settings for shaking the plate during a read. Attributes before_read before_read_duration between_reads between_reads_duration Methods __init__([before_read, ...]) Parameters: before_read (bool) before_read_duration (int) between_reads (bool) between_reads_duration (int)