Frequency Value of the Bus
asked 2016-05-31 17:32:21 -0500
Anonymous
Hello, Is there any way of getting the Frequency Value of the bus based on the bus number in PSSE?
Thanks
asked 2016-05-31 17:32:21 -0500
Anonymous
Hello, Is there any way of getting the Frequency Value of the bus based on the bus number in PSSE?
Thanks
I'm assuming you're running dynamics simulation. Based on perusing the API I found only the method to add a channel and then read it from the out file using:
ierr = bus_frequency_channel(status, ident)
e.g.
psspy.bus_frequency_channel(status2=busnumber)