Frequency Value of the Bus
Hello, Is there any way of getting the Frequency Value of the bus based on the bus number in PSSE?
Thanks
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)