How do I rename a node using Eppy?
I want to rename node but in idf file has no node object so i can not use modeleditor.rename(idf, "MATERIAL", "G01a 19mm gypsum board", "peanut butter)
and need to manual check for object. Have any other pathway for that task ?
Branch,
Chilled Water Loop Supply Branch 1, !- Name
, !- Pressure Drop Curve Name
Pipe:Adiabatic, !- Component 1 Object Type
Pipe Adiabatic 6, !- Component 1 Name
Node 44, !- Component 1 Inlet Node Name
Node 45; !- Component 1 Outlet Node Name
I want to change name of Node 44/45. I can change Node 45
to Chilled Water Loop Supply Branch 1 outlet Node
at this Branch
but other object refer to Node 45
would not be updated. Which is the best way to update name change in other objects ?
Edited: Has anyway to print out branch node details- .bnd file
for easier viewer - check node set point manager , inter-loop connection,etc..
I don't understand the question. Can you give an example of what your IDF looks like, and what you would like it to be changed to?