Parameter Sets¶
Parameter groups that are used across multiple different types of steps
- class pyalab.steps.params.TipChangeMode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
Bases:
Enum
- pydantic model pyalab.steps.params.PipettingLocation¶
Bases:
BaseModel- Config:
frozen: bool = True
- Fields:
- field labware: Labware [Required]¶
The labware to pipette from or to.
- field deck_section_index: int [Required]¶
The deck section index to pipette from or to.
- field column_index: int [Required]¶
The column index to pipette from or to for the pipette tip that is at the rear of the instrument.
- field upper_left_row_index: int [Required]¶
The row index of the pipette tip that is at the rear of the instrument.
- pydantic model pyalab.steps.params.AspirateParameters¶
Bases:
LiquidMovementParameters- Config:
frozen: bool = True
- Fields:
- pydantic model pyalab.steps.params.DispenseParameters¶
Bases:
LiquidMovementParameters- Config:
frozen: bool = True
- Fields: