pylabrobot.agilent.biotek.cytation.Cytation5#
- class pylabrobot.agilent.biotek.cytation.Cytation5(name: str, camera_serial: str | None = None, device_id: str | None = None, imaging_config: CytationImagingConfig | None = None, use_cam: bool = True)#
Bases:
_CytationBaseAgilent BioTek Cytation 5. Adds a camera, reached through
microscope.Attributes
Methods
__init__(name[, camera_serial, device_id, ...])Forget the plate geometry the firmware last had loaded (e.g. after closing the tray).
close([plate, slow])Drive the loading tray in.
home()open([slow])Drive the loading tray out.
read_absorbance(plate, wells, wavelength)read_fluorescence(plate, wells, ...)read_luminescence(plate, wells, focal_height)Read luminescence.
send_command(command[, parameter, ...])set_plate(plate)set_slow_mode(slow)set_temperature(temperature)setup()shake(shake_type, frequency)Start continuous shaking.
stop()- Parameters:
name (str)
camera_serial (Optional[str])
device_id (Optional[str])
imaging_config (Optional[CytationImagingConfig])
use_cam (bool)