pylabrobot.resources.TubeRack.row#
- TubeRack.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
0or a letter label (case insensitive), e.g."A"for row 0,"AA"for row 26.- Raises:
ValueError – If
rowis out of range for this resource.- Return type:
List[T]