0

API routine in Python to retrieve Bus Frequencies

There must be a routine similar to the ones to retrieve bus voltages, branch currents and generator real powers, right? I know that in the GUI, one can set channels for BsFreq and use the frequency values obtained in the output files. Just looking for something along the lines of:

ierr, bus_voltages = psspy.abusreal(-1, string = "PU") // API command to retrieve bus voltages
Aryan Ritwajeet Jha's avatar
27
Aryan Ritwajeet Jha
asked 2021-12-03 19:26:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Those API's are returning steady state values, i.e. from load flow calculation. In load flow the frequency is always nominal (50 or 60 Hz). Hence, there is no API to return the frequency.

Bus frequency can only be retrieved with a channel when performing dynamic simulations.

perolofl's avatar
3.8k
perolofl
answered 2021-12-06 03:18:05 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer