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,433 times
Last updated: Sep 24 '15
Python API to return Power variables (Dynamic Sim.)
Run dynamic simulation by adding one dynamic generator to steady state model
Initializing *.mac files for running Dynamic Simulation
IEEE 39 BUS DYNAMIC SIMULATION IN PSSE
Difference between .dyr and .dya files
Network does not converge due to large amount of CLMDBLU2 in system
How to make a ramp function during the dynamic simulation for Paux in the CBEST
HOW TO CALCULATE FVSI FROM DYNAMIC SIMULATION
generator ramp up 90 degrees after failure. (DYRE)
How to acquire the data like the total accelerating power when running dynamic simulation ?
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.