Ask Your Question
0

API routine in Python to retrieve Bus Frequencies

asked 2021-12-03 19:26:27 -0500

Aryan Ritwajeet Jha gravatar image

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
edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2021-12-06 03:18:05 -0500

perolofl gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2021-12-03 19:26:27 -0500

Seen: 314 times

Last updated: Dec 06 '21