RemoteModel#
- class wattson.cosimulation.models.remote_model.RemoteModel#
Bases:
WattsonRemoteObject,Model,ABCMethods
load_from_dictSynchronize this object with its instance in the simulation
update_from_remote_representation- 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)