pylabrobot.resources.Well.compute_volume_from_height

pylabrobot.resources.Well.compute_volume_from_height#

Well.compute_volume_from_height(height: float) float#

Compute the volume of liquid in a well from the height of the liquid relative to the bottom of the well.

Parameters:

height (float) – Height of the liquid in the well relative to the bottom.

Returns:

The volume of liquid in the well.

Raises:

NotImplementedError – If the plate does not have a volume computation function.

Return type:

float