holypipette.devices.pressurecontroller.pressurecontroller module¶
A general pressure controller class
- class holypipette.devices.pressurecontroller.pressurecontroller.FakePressureController[source]¶
Bases:
PressureController- get_pressure(port=0)[source]¶
Gets the pressure on the designated port. Note that this does not refer to any measurement, but simply to the pressure as set via
set_pressure.
- class holypipette.devices.pressurecontroller.pressurecontroller.PressureController[source]¶
Bases:
TaskController- get_pressure(port=0)[source]¶
Gets the pressure on the designated port. Note that this does not refer to any measurement, but simply to the pressure as set via
set_pressure.