neclib.devices.weather_station.tr73u#

Aliases#

WeatherStation

None

busy

Manages the busy state of the object.

get_logger

Get logger instance which prints operation logs to console.

class TR73U[source]#

Bases: WeatherStation

Weather Satation, which can check weather condition if outside.

Notes

Configuration items for this device:

portstr

USB port of using devices.

Manufacturer: str = 'TandD'#
Model: str = 'TR73U'#
Identifier: ClassVar[Optional[str]] = 'port'#
get_temperature()[source]#
Return type:

Quantity

get_humidity()[source]#
Return type:

float

get_pressure()[source]#
Return type:

Quantity

finalize()[source]#
Return type:

None