Loss calculation
I want to calculate only 500kV transformers losses in my case, is there any way that can help me in this regard?
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
I want to calculate only 500kV transformers losses in my case, is there any way that can help me in this regard?
One way is to use API to get transformer data for a selected subsystem and sum the losses for all transformers connected to 500 kV.
E.g. use psspy.atrncplx
with string ['PQLOSS'] to get the MW and Mvar losses. Use psspy.atrnint
to get the bus numbers.
Asked: 2025-02-04 19:06:37 -0600
Seen: 137 times
Last updated: Feb 05