Replies: 1 comment
|
Hi @dpokras: the information should be available from the connection results in a pandas dataframe: nw.results["Connection"]Best Francesco |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions