First time here? Check out the Help page!
1 | initial version |
Using Eppy, you can list all the fenestration names for Input Data File (IDF) parsed to the python script. Add the EMS program as string in python script. Append the EMS program into IDF by adding new fenestration name into while iterating the fenestration names using "for" loop. The following sample code explains in detail-
In May of 2020, Python Plugin was added to EP version 9.3 by NREL, where you can script the logic in Python directly and assign the file as function for EP runtime simulation. This avoids the use of Erl and you can use or call complex mathematical models in python. Please go through the documentation to learn python plugin if you are interested (https://nrel.github.io/EnergyPlus/api/python/).