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

Are there any method we can extract idf content in memory space from eppy?

I have code which can generate idf content using eppy.
Those content can be exported as idf file using save method referring to their web site. However, what I want to do is to manipulate further that text data in python.
Are there any method we can extract idf content as text data and store into some variable for further processing in python?