pylabrobot.resources.TipRack.row#

TipRack.row(row: int | str) List[T]#

Get all items in the given row.

Parameters:

row (int | str) – The row index. Either an integer starting at 0 or a letter "A"-"P" (case insensitive) corresponding to 0-15.

Raises:

ValueError – If row is a string outside "A"-"P".

Return type:

List[T]