Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, everybody. I could solve the problem closing all actuators in an if clause:

if 'handles_done' not in self.data .... get_actuator_handle(....) self.data['handles_done'] = True

Look for "PythonPluginCustomSchedule.py" in Example Files

Hi, everybody. I could solve the problem closing all actuators in an if clause:

if 'handles_done' not in self.data self.data

.... get_actuator_handle(....) get_actuator_handle(....)

self.data['handles_done'] = True

Look for "PythonPluginCustomSchedule.py" in Example Files