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
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.