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