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.

measure(port=0)[source]

Measures the instantaneous pressure, on designated port.

set_pressure(pressure, port=0)[source]

Sets the pressure, on designated port.

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.

measure(port=0)[source]

Measures the instantaneous pressure, on designated port.

ramp(amplitude=- 230.0, duration=1.5, port=0)[source]

Makes a ramp of pressure

set_pressure(pressure, port=0)[source]

Sets the pressure, on designated port.