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,039 times
Last updated: Sep 24 '15
How to change the time step of a dynamic simulation case ?
Python API to return Power variables (Dynamic Sim.)
connecting standard library model auxiliary signal to user model.
Count the number of network not converged message
Error and suspect during initialization
Application of Unbalanced Faults in Positive Sequence Dynamic Simulation
Network does not converge due to large amount of CLMDBLU2 in system
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.