neclib.devices.weather_station.vantagepro2 module#

Aliases#

class VantagePro2[source]#

Bases: WeatherStation

Manufacturer: ClassVar[str] = 'Davis'#
Model: ClassVar[str] = 'VantagePro2'#
Identifier: ClassVar[str | None] = 'port'#
get_temperature()[source]#
Return type:

Quantity

get_in_temperature()[source]#
Return type:

Quantity

get_humidity()[source]#
Return type:

float

get_in_humidity()[source]#
Return type:

float

get_pressure()[source]#
Return type:

Quantity

get_wind_speed()[source]#
Return type:

float

get_wind_direction()[source]#
Return type:

Quantity

get_rain_rate()[source]#
Return type:

float

finalize()[source]#
Return type:

None