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: Optional[float] = None)

Bases: jacdac.bus.SensorClient

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

property wind_speed Optional[float]

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

property wind_speed_error Optional[float]

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

property max_wind_speed Optional[float]

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