pylabrobot.resources.Well.set_volume#
- Well.set_volume(volume: float)#
Set the volume of the well.
(wraps
set_volume())Example
Set the volume in a well to 10 uL:
>>> well.set_volume(10)
- Parameters:
volume (float)
Set the volume of the well.
(wraps set_volume())
Example
Set the volume in a well to 10 uL:
>>> well.set_volume(10)
volume (float)