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 -0600
Seen: 3,042 times
Last updated: Sep 24 '15
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.