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

Method actuate

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

Source from the content-addressed store, hash-verified

59class HeatingSetPoint(EnergyPlusPlugin):
60
61 def actuate(self, state, x):
62 self.api.exchange.set_actuator_value(state, self.data["actuator_heating"], x)
63
64 def on_begin_zone_timestep_before_set_current_weather(self, state) -> int:
65 if self.api.exchange.warmup_flag(state):

Callers 1

Calls 1

set_actuator_valueMethod · 0.80

Tested by

no test coverage detected