◆ get_extra_info()
def vacuum_pump_interface.VacuumPumpInterface.get_extra_info |
( |
|
self | ) |
|
Present extra information about pump controller/device.
- Returns
- str: arbitrary information about pump, like model nr, hardware version, firmware version
◆ get_pressures()
def vacuum_pump_interface.VacuumPumpInterface.get_pressures |
( |
|
self | ) |
|
All available pressures in Pascal.
- Returns
- dict: dict of gauge name and pressure
◆ get_pump_powers()
def vacuum_pump_interface.VacuumPumpInterface.get_pump_powers |
( |
|
self | ) |
|
All available pump powers in watts.
- Returns
- dict: dict of pump name and pump power
◆ get_pump_states()
def vacuum_pump_interface.VacuumPumpInterface.get_pump_states |
( |
|
self | ) |
|
All available pump states.
- Returns
- dict: dict of pump name and pump state
◆ set_pump_states()
def vacuum_pump_interface.VacuumPumpInterface.set_pump_states |
( |
|
self, |
|
|
|
states |
|
) |
| |
Control the pump state.
- Parameters
-
dict | states: dict of pump name and desired state |
The documentation for this class was generated from the following file:
- interface/vacuum_pump_interface.py