First time here? Check our help page!
2

More Columns in ExampleFiles-ObjectsLink.html

I'd really like to be able to view more than the first three example idf file names where an object is used in the ExampleFiles-ObjectsLink.html file. Is there an easy way to do that?

mldichter's avatar
2.6k
mldichter
asked 2019-04-26 17:07:17 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3

If you really need the results in HTML file, you'd need to call this python script with some minor code modifications where there are references to "3".

But if you're just looking for the list of files with a given object, you can do this in many applications. For example, using Notepad++, go to Search > Find in Files, specify the EnergyPlus:Object in the find field, use *.idf in the filters box, and point to the directory of IDF files.

image description

shorowit's avatar
11.8k
shorowit
answered 2019-04-26 17:18:02 -0500, updated 2019-04-26 17:21:28 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

I made a CSV of all example IDFs, the objects in them, and the number of occurrences of each object. You can download it from this google drive link.

image description

mldichter's avatar
2.6k
mldichter
answered 2019-10-30 13:15:59 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments