RemoteModel#
- class wattson.cosimulation.models.remote_model.RemoteModel#
Bases:
WattsonRemoteObject
,Model
,ABC
Methods
load_from_dict
Synchronize 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)