neclib.devices.weather_station.simulator# Aliases# Random None WeatherStation None class WeatherStationSimulator[source]# Bases: WeatherStation Manufacturer: str = ''# Model: str = ''# Identifier: ClassVar[Optional[str]] = 'port'# is_simulator: ClassVar[bool] = True# get_temperature()[source]# Return type: Quantity get_humidity()[source]# Return type: float get_pressure()[source]# Return type: Quantity finalize()[source]# Return type: None