Retrieve dynamic data using Python
Hi, Is there an API function that retrieves generator angles, speeds, etc., in the PSSE dynamic simulation using Python? I am able to retrieve the bus voltages using : ierr, voltages = psspy.abusreal(-1, string="PU")
I wonder if there is a similar way to extract dynamic states. Thank you