Replies: 1 comment
-
Hi @dpokras: the information should be available from the connection results in a pandas dataframe: nw.results["Connection"] Best Francesco |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to iterate through all the components in the network, access the fluid state property data (e.g. p, h, T, Q, v, s...) and keep them in a dictionary. Does anyone know of a straight forward method to do this?
I imagine its something like iterating through nw.comps but this is where I get stuck.
Beta Was this translation helpful? Give feedback.
All reactions