First time here? Check out the Help page!

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, there is a method in the Runtime API called set_console_output_status that you can use. As an example of how to use it you can set:

from pyenergyplus.api import EnergyPlusAPI
api = EnergyPlusAPI()
api.runtime.set_console_output_status(state, False)

See https://energyplus.readthedocs.io/en/latest/runtime.html#runtime.Runtime.set_console_output_status I hope that works for you, Best, Germán