First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
YOu can try to use function in Chapter 8 (Subsystem Data Retrieval) of API. As for your example, you can use
ierr, rarray = psspy.abusreal(-1, 1, 'PU');
The above script will output the bus voltages for all the in-service buses in the system to the vector (array) rarray.