RemoteWeather#

class wattson.cosimulation.simulators.secondary.weather.remote_weather.RemoteWeather(weather_simulator: WeatherSimulator, wattson_time_type: WattsonTimeType)#

Bases: Weather, WattsonRemoteObject

Methods

synchronize

Synchronize this object with its instance in the simulation

synchronize(force: bool = False, block: bool = True)#

Synchronize this object with its instance in the simulation

Parameters:
  • force (bool, optional) – Whether to force an update (Default value = False)

  • block (bool, optional) – Whether to block during the update (Default value = True)