First time here? Check out the Help page!
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