PSS/e Time Step Variable
Hello,
I'd like to access the time step variable that PSS/e uses to iterate through solving the differential equations during dynamic simulation. I was wondering if there is an API to access this variable.
Thanks!
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Hello,
I'd like to access the time step variable that PSS/e uses to iterate through solving the differential equations during dynamic simulation. I was wondering if there is an API to access this variable.
Thanks!
Use the API 'DSRVAL' with string = 'DELT'
ierr, rval = psspy.dsrval(string)
 Asked: 2015-09-24 12:25:00 -0500
Seen: 3,194 times
Last updated: Sep 24 '15
 
                
                whit loves you.      Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
            
Thanks jconto, I would also like to access the specific load values of buses via python, would that be similar in method?
Yes. Check the API manual for load-related functions.