First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
ierr, cmpval1 = psspy.busdt2(1, "MVA", "ACT") This will give you the MVA value for the bus 1, as a complex number which has both real and imaginary parts. To acces the real part of that number (true power [MW]), do: truePowerMW = cmpval1.real