You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running a security analysis for Contingency X and having a monitored element Y that is a TieLine, the results of security analysis when invoked for example with .get_branches(), give only information about the real nodes. For example regarding the currents:
My suggestion is to have also the values of the Xnode displayed after the security analysis and when .get_branches() is called, meaning p_boundary, q_boundary, i_boundary. So the currently NaN values shall be replaced with the ones of the Xnode.
Describe the motivation
A feature is needed to calculate the total capacity flows of TieLines from side1 to side2.
For example, when the Limiting CNE is a TieLine and we want to consider only the values of side1, it would be useful to have the values of the Xnode. This way, side2 can be somewhat ignored, allowing us to rely solely on side1 for the maximum loading and finally the maximum capacity flow.
Extra Information
No response
The text was updated successfully, but these errors were encountered:
Describe the current behavior
After running a security analysis for Contingency X and having a monitored element Y that is a TieLine, the results of security analysis when invoked for example with .get_branches(), give only information about the real nodes. For example regarding the currents:
Contingency X, TieLine -> i1=Value1 -- i2=Value2
Contingency X, DanglingLine1 -> i1=Value1 -- i2=NaN
Contingency X, DanglingLine2 -> i1=Value2 -- i2=NaN
A more detailed example is attached.
Request for Xnode values.xlsx
Describe the expected behavior
My suggestion is to have also the values of the Xnode displayed after the security analysis and when .get_branches() is called, meaning p_boundary, q_boundary, i_boundary. So the currently NaN values shall be replaced with the ones of the Xnode.
Describe the motivation
A feature is needed to calculate the total capacity flows of TieLines from side1 to side2.
For example, when the Limiting CNE is a TieLine and we want to consider only the values of side1, it would be useful to have the values of the Xnode. This way, side2 can be somewhat ignored, allowing us to rely solely on side1 for the maximum loading and finally the maximum capacity flow.
Extra Information
No response
The text was updated successfully, but these errors were encountered: