jacdac.wind_speed

Submodules

Package Contents

Classes

WindSpeedClient

A sensor that measures wind speed.

class jacdac.wind_speed.WindSpeedClient(bus: jacdac.bus.Bus, role: str, *, missing_wind_speed_value: float | None = None)

Bases: jacdac.bus.SensorClient

A sensor that measures wind speed. Implements a client for the Wind speed service.

property wind_speed: float | None

The velocity of the wind., _: m/s

property wind_speed_error: float | None

(Optional) Error on the reading, _: m/s

property max_wind_speed: float | None

(Optional) Maximum speed that can be measured by the sensor., _: m/s