Program¶
How to create the main skeleton of the Vialab program.
- exception pyalab.program.InvalidTipInputFormatError(*, pipette_is_d_one: bool)¶
- class pyalab.program.Program(*, deck_layouts: ~typing.Annotated[list[~pyalab.deck.DeckLayout], ~annotated_types.MinLen(min_length=1)], display_name: str, description: str, pipette: ~pyalab.pipette.Pipette, tip: ~pyalab.pipette.Tip | ~pyalab.pipette.DOneTips, steps: list[~pyalab.steps.base.Step] = <factory>)¶