diff --git a/spatz/sensors/pressure/pressure.py b/spatz/sensors/pressure/pressure.py index 1627f33..a1dafd8 100644 --- a/spatz/sensors/pressure/pressure.py +++ b/spatz/sensors/pressure/pressure.py @@ -21,6 +21,9 @@ class PressureSensor(Sensor): self._ts_effects = ts_effects + def set_transsonic_effects(self, active: bool): + self._ts_effects = active + def _get_data(self) -> float: x = self._dataset.get_pressure()