3

System Node Loop correlation

Is there any easy way to correlate a system node with the loop to which it belongs?

For example, I'd like to enter "AHU-1 Supply Side Inlet Node" and return "AirLoopHVAC" and "AHU-1 Loop" or something similar.

I've tried Walk_HVAC in Eppy and a few other Eppy functions, as well as looking through the SQL file, but can't seem to get it to find an elegant solution.

mikesweeney's avatar
493
mikesweeney
asked 2018-10-02 13:47:42 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-10-02 14:13:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Update: I figured out a solution to this in Python using Eppy. It's a little bit hacky in that it relies on a lot of heavy-handed conditionals and string searching. Regardless, it's available on my github here.

mikesweeney's avatar
493
mikesweeney
answered 2018-10-09 16:51:03 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments