MCPcopy Create free account
hub / github.com/NatLabRockies/EnergyPlus / actuate

Method actuate

testfiles/PythonPluginCustomSchedule.py:105–106  ·  view source on GitHub ↗
(self, state, x)

Source from the content-addressed store, hash-verified

103class CoolingSetPoint(EnergyPlusPlugin):
104
105 def actuate(self, state, x):
106 self.api.exchange.set_actuator_value(state, self.data["actuator_cooling"], x)
107
108 def on_begin_timestep_before_predictor(self, state) -> int:
109 if "handles_done" not in self.data:

Callers 1

Calls 1

set_actuator_valueMethod · 0.80

Tested by

no test coverage detected