pylabrobot.resources.Plate.row#

Plate.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 label (case insensitive), e.g. "A" for row 0, "AA" for row 26.

Raises:

ValueError – If row is out of range for this resource.

Return type:

List[T]