WattsonRemoteObject#

class wattson.cosimulation.remote.wattson_remote_object.WattsonRemoteObject#

Bases: ABC

Methods

synchronize

Synchronize this object with its instance in the simulation

abstract 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)