RemoteFacility#
- class wattson.cosimulation.models.facilities.remote_facility.RemoteFacility(facility_id: str | None = None, facility_name: str | None = None, readable_name: str | None = None, facility_type: str | None = None)#
Bases:
RemoteModel
,Facility
Methods
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)