pylabrobot.resources.Plate.compute_volume_from_height
pylabrobot.resources.Plate.compute_volume_from_height#
- Plate.compute_volume_from_height(height: float) float #
Compute the volume of liquid in a well from the height of the liquid.
- Parameters
height (float) – Height of the liquid in the well.
- Returns
The volume of liquid in the well.
- Raises
NotImplementedError – If the plate does not have a volume computation function.
- Return type