Skip to content

Vacuum Mixin

This module contains the VacuumMixin class.

ATTRIBUTE DESCRIPTION
VACUUM_ON_DELAY

delay for vacuum on

TYPE: int

VACUUM_OFF_DELAY

delay for vacuum off

TYPE: int

CLASS DESCRIPTION
VacuumMixin

Mixin class for vacuum control

Documentation last updated: 2025-02-22

VacuumMixin

VacuumMixin(*args, **kwargs)

Mixin class for vacuum control

METHOD DESCRIPTION
evacuate

Evacuate to create vacuum

vent

Vent to release vacuum

toggleVacuum

Toggle vacuum

evacuate

evacuate(wait: float | None = None)

Evacuate to create vacuum

PARAMETER DESCRIPTION
wait

Time to wait after evacuating. Defaults to None.

TYPE: float | None DEFAULT: None

toggleVacuum

toggleVacuum(on: bool)

Toggle vacuum

vent

vent(wait: float | None = None)

Vent to release vacuum

PARAMETER DESCRIPTION
wait

Time to wait after venting. Defaults to None.

TYPE: float | None DEFAULT: None