Revision history  [back]

The following works for me:

from pyenergyplus.api import EnergyPlusAPI
api = EnergyPlusAPI()
api.runtime.run_energyplus(["your", "params", "here"])

I did not get why you need to from runtime import Runtime.