neclib.devices.weather_station.tr72w module#

Aliases#

WeatherStation

None

busy

Manages the busy state of the object.

get_logger

Get logger instance which prints operation logs to console.

class TR72W[source]#

Bases: WeatherStation

Manufacturer: ClassVar[str] = 'TandD'#
Model: ClassVar[str] = 'TR72W'#
Identifier: ClassVar[str | None] = 'host'#
get_temperature()[source]#
Return type:

Quantity

get_humidity()[source]#
Return type:

float

get_in_temperature()[source]#
get_in_humidity()[source]#
get_wind_speed()[source]#
get_wind_direction()[source]#
get_rain_rate()[source]#
get_pressure()[source]#
finalize()[source]#
Return type:

None

close()[source]#
Return type:

None