pylabrobot.utils.positions

pylabrobot.utils.positions#

Utilities for working with positions and position strings.

These follow the Hamilton VENUS style, which is like MS Excel, but transposed. So B1 is the cell below the top left (A1) and A2 is the cell to the right of A1.

Functions

string_to_index(position_string, num_rows, ...)

Convert a position string to an index.

string_to_indices(position_range_string, ...)

Convert a position string to a list of indices.

string_to_pattern(position_range_string, ...)

Convert a position string to a pattern.

string_to_position(position_string)

Convert a string to a list of patterns.